visitor

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2023 License: MIT Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Null

type Null struct{}

func (*Null) Argument

func (v *Null) Argument(_ *ast.Argument)

func (*Null) Attribute

func (v *Null) Attribute(_ *ast.Attribute)

func (*Null) AttributeGroup

func (v *Null) AttributeGroup(_ *ast.AttributeGroup)

func (*Null) EnumCase

func (v *Null) EnumCase(_ *ast.EnumCase)

func (*Null) ExprArray

func (v *Null) ExprArray(_ *ast.ExprArray)

func (*Null) ExprArrayDimFetch

func (v *Null) ExprArrayDimFetch(_ *ast.ExprArrayDimFetch)

func (*Null) ExprArrayItem

func (v *Null) ExprArrayItem(_ *ast.ExprArrayItem)

func (*Null) ExprArrowFunction

func (v *Null) ExprArrowFunction(_ *ast.ExprArrowFunction)

func (*Null) ExprAssign

func (v *Null) ExprAssign(_ *ast.ExprAssign)

func (*Null) ExprAssignBitwiseAnd

func (v *Null) ExprAssignBitwiseAnd(_ *ast.ExprAssignBitwiseAnd)

func (*Null) ExprAssignBitwiseOr

func (v *Null) ExprAssignBitwiseOr(_ *ast.ExprAssignBitwiseOr)

func (*Null) ExprAssignBitwiseXor

func (v *Null) ExprAssignBitwiseXor(_ *ast.ExprAssignBitwiseXor)

func (*Null) ExprAssignCoalesce

func (v *Null) ExprAssignCoalesce(_ *ast.ExprAssignCoalesce)

func (*Null) ExprAssignConcat

func (v *Null) ExprAssignConcat(_ *ast.ExprAssignConcat)

func (*Null) ExprAssignDiv

func (v *Null) ExprAssignDiv(_ *ast.ExprAssignDiv)

func (*Null) ExprAssignMinus

func (v *Null) ExprAssignMinus(_ *ast.ExprAssignMinus)

func (*Null) ExprAssignMod

func (v *Null) ExprAssignMod(_ *ast.ExprAssignMod)

func (*Null) ExprAssignMul

func (v *Null) ExprAssignMul(_ *ast.ExprAssignMul)

func (*Null) ExprAssignPlus

func (v *Null) ExprAssignPlus(_ *ast.ExprAssignPlus)

func (*Null) ExprAssignPow

func (v *Null) ExprAssignPow(_ *ast.ExprAssignPow)

func (*Null) ExprAssignReference

func (v *Null) ExprAssignReference(_ *ast.ExprAssignReference)

func (*Null) ExprAssignShiftLeft

func (v *Null) ExprAssignShiftLeft(_ *ast.ExprAssignShiftLeft)

func (*Null) ExprAssignShiftRight

func (v *Null) ExprAssignShiftRight(_ *ast.ExprAssignShiftRight)

func (*Null) ExprBinaryBitwiseAnd

func (v *Null) ExprBinaryBitwiseAnd(_ *ast.ExprBinaryBitwiseAnd)

func (*Null) ExprBinaryBitwiseOr

func (v *Null) ExprBinaryBitwiseOr(_ *ast.ExprBinaryBitwiseOr)

func (*Null) ExprBinaryBitwiseXor

func (v *Null) ExprBinaryBitwiseXor(_ *ast.ExprBinaryBitwiseXor)

func (*Null) ExprBinaryBooleanAnd

func (v *Null) ExprBinaryBooleanAnd(_ *ast.ExprBinaryBooleanAnd)

func (*Null) ExprBinaryBooleanOr

func (v *Null) ExprBinaryBooleanOr(_ *ast.ExprBinaryBooleanOr)

func (*Null) ExprBinaryCoalesce

func (v *Null) ExprBinaryCoalesce(_ *ast.ExprBinaryCoalesce)

func (*Null) ExprBinaryConcat

func (v *Null) ExprBinaryConcat(_ *ast.ExprBinaryConcat)

func (*Null) ExprBinaryDiv

func (v *Null) ExprBinaryDiv(_ *ast.ExprBinaryDiv)

func (*Null) ExprBinaryEqual

func (v *Null) ExprBinaryEqual(_ *ast.ExprBinaryEqual)

func (*Null) ExprBinaryGreater

func (v *Null) ExprBinaryGreater(_ *ast.ExprBinaryGreater)

func (*Null) ExprBinaryGreaterOrEqual

func (v *Null) ExprBinaryGreaterOrEqual(_ *ast.ExprBinaryGreaterOrEqual)

func (*Null) ExprBinaryIdentical

func (v *Null) ExprBinaryIdentical(_ *ast.ExprBinaryIdentical)

func (*Null) ExprBinaryLogicalAnd

func (v *Null) ExprBinaryLogicalAnd(_ *ast.ExprBinaryLogicalAnd)

func (*Null) ExprBinaryLogicalOr

func (v *Null) ExprBinaryLogicalOr(_ *ast.ExprBinaryLogicalOr)

func (*Null) ExprBinaryLogicalXor

func (v *Null) ExprBinaryLogicalXor(_ *ast.ExprBinaryLogicalXor)

func (*Null) ExprBinaryMinus

func (v *Null) ExprBinaryMinus(_ *ast.ExprBinaryMinus)

func (*Null) ExprBinaryMod

func (v *Null) ExprBinaryMod(_ *ast.ExprBinaryMod)

func (*Null) ExprBinaryMul

func (v *Null) ExprBinaryMul(_ *ast.ExprBinaryMul)

func (*Null) ExprBinaryNotEqual

func (v *Null) ExprBinaryNotEqual(_ *ast.ExprBinaryNotEqual)

func (*Null) ExprBinaryNotIdentical

func (v *Null) ExprBinaryNotIdentical(_ *ast.ExprBinaryNotIdentical)

func (*Null) ExprBinaryPlus

func (v *Null) ExprBinaryPlus(_ *ast.ExprBinaryPlus)

func (*Null) ExprBinaryPow

func (v *Null) ExprBinaryPow(_ *ast.ExprBinaryPow)

func (*Null) ExprBinaryShiftLeft

func (v *Null) ExprBinaryShiftLeft(_ *ast.ExprBinaryShiftLeft)

func (*Null) ExprBinaryShiftRight

func (v *Null) ExprBinaryShiftRight(_ *ast.ExprBinaryShiftRight)

func (*Null) ExprBinarySmaller

func (v *Null) ExprBinarySmaller(_ *ast.ExprBinarySmaller)

func (*Null) ExprBinarySmallerOrEqual

func (v *Null) ExprBinarySmallerOrEqual(_ *ast.ExprBinarySmallerOrEqual)

func (*Null) ExprBinarySpaceship

func (v *Null) ExprBinarySpaceship(_ *ast.ExprBinarySpaceship)

func (*Null) ExprBitwiseNot

func (v *Null) ExprBitwiseNot(_ *ast.ExprBitwiseNot)

func (*Null) ExprBooleanNot

func (v *Null) ExprBooleanNot(_ *ast.ExprBooleanNot)

func (*Null) ExprBrackets

func (v *Null) ExprBrackets(_ *ast.ExprBrackets)

func (*Null) ExprCastArray

func (v *Null) ExprCastArray(_ *ast.ExprCastArray)

func (*Null) ExprCastBool

func (v *Null) ExprCastBool(_ *ast.ExprCastBool)

func (*Null) ExprCastDouble

func (v *Null) ExprCastDouble(_ *ast.ExprCastDouble)

func (*Null) ExprCastInt

func (v *Null) ExprCastInt(_ *ast.ExprCastInt)

func (*Null) ExprCastObject

func (v *Null) ExprCastObject(_ *ast.ExprCastObject)

func (*Null) ExprCastString

func (v *Null) ExprCastString(_ *ast.ExprCastString)

func (*Null) ExprCastUnset

func (v *Null) ExprCastUnset(_ *ast.ExprCastUnset)

func (*Null) ExprClassConstFetch

func (v *Null) ExprClassConstFetch(_ *ast.ExprClassConstFetch)

func (*Null) ExprClone

func (v *Null) ExprClone(_ *ast.ExprClone)

func (*Null) ExprClosure

func (v *Null) ExprClosure(_ *ast.ExprClosure)

func (*Null) ExprClosureUse

func (v *Null) ExprClosureUse(_ *ast.ExprClosureUse)

func (*Null) ExprConstFetch

func (v *Null) ExprConstFetch(_ *ast.ExprConstFetch)

func (*Null) ExprEmpty

func (v *Null) ExprEmpty(_ *ast.ExprEmpty)

func (*Null) ExprErrorSuppress

func (v *Null) ExprErrorSuppress(_ *ast.ExprErrorSuppress)

func (*Null) ExprEval

func (v *Null) ExprEval(_ *ast.ExprEval)

func (*Null) ExprExit

func (v *Null) ExprExit(_ *ast.ExprExit)

func (*Null) ExprFunctionCall

func (v *Null) ExprFunctionCall(_ *ast.ExprFunctionCall)

func (*Null) ExprInclude

func (v *Null) ExprInclude(_ *ast.ExprInclude)

func (*Null) ExprIncludeOnce

func (v *Null) ExprIncludeOnce(_ *ast.ExprIncludeOnce)

func (*Null) ExprInstanceOf

func (v *Null) ExprInstanceOf(_ *ast.ExprInstanceOf)

func (*Null) ExprIsset

func (v *Null) ExprIsset(_ *ast.ExprIsset)

func (*Null) ExprList

func (v *Null) ExprList(_ *ast.ExprList)

func (*Null) ExprMatch

func (v *Null) ExprMatch(_ *ast.ExprMatch)

func (*Null) ExprMethodCall

func (v *Null) ExprMethodCall(_ *ast.ExprMethodCall)

func (*Null) ExprNew

func (v *Null) ExprNew(_ *ast.ExprNew)

func (*Null) ExprNullsafeMethodCall

func (v *Null) ExprNullsafeMethodCall(_ *ast.ExprNullsafeMethodCall)

func (*Null) ExprNullsafePropertyFetch

func (v *Null) ExprNullsafePropertyFetch(_ *ast.ExprNullsafePropertyFetch)

func (*Null) ExprPostDec

func (v *Null) ExprPostDec(_ *ast.ExprPostDec)

func (*Null) ExprPostInc

func (v *Null) ExprPostInc(_ *ast.ExprPostInc)

func (*Null) ExprPreDec

func (v *Null) ExprPreDec(_ *ast.ExprPreDec)

func (*Null) ExprPreInc

func (v *Null) ExprPreInc(_ *ast.ExprPreInc)

func (*Null) ExprPrint

func (v *Null) ExprPrint(_ *ast.ExprPrint)

func (*Null) ExprPropertyFetch

func (v *Null) ExprPropertyFetch(_ *ast.ExprPropertyFetch)

func (*Null) ExprRequire

func (v *Null) ExprRequire(_ *ast.ExprRequire)

func (*Null) ExprRequireOnce

func (v *Null) ExprRequireOnce(_ *ast.ExprRequireOnce)

func (*Null) ExprShellExec

func (v *Null) ExprShellExec(_ *ast.ExprShellExec)

func (*Null) ExprStaticCall

func (v *Null) ExprStaticCall(_ *ast.ExprStaticCall)

func (*Null) ExprStaticPropertyFetch

func (v *Null) ExprStaticPropertyFetch(_ *ast.ExprStaticPropertyFetch)

func (*Null) ExprTernary

func (v *Null) ExprTernary(_ *ast.ExprTernary)

func (*Null) ExprThrow

func (v *Null) ExprThrow(_ *ast.ExprThrow)

func (*Null) ExprUnaryMinus

func (v *Null) ExprUnaryMinus(_ *ast.ExprUnaryMinus)

func (*Null) ExprUnaryPlus

func (v *Null) ExprUnaryPlus(_ *ast.ExprUnaryPlus)

func (*Null) ExprVariable

func (v *Null) ExprVariable(_ *ast.ExprVariable)

func (*Null) ExprYield

func (v *Null) ExprYield(_ *ast.ExprYield)

func (*Null) ExprYieldFrom

func (v *Null) ExprYieldFrom(_ *ast.ExprYieldFrom)

func (*Null) Identifier

func (v *Null) Identifier(_ *ast.Identifier)

func (*Null) Intersection

func (v *Null) Intersection(_ *ast.Intersection)

func (*Null) MatchArm

func (v *Null) MatchArm(_ *ast.MatchArm)

func (*Null) NameFullyQualified

func (v *Null) NameFullyQualified(_ *ast.NameFullyQualified)

func (*Null) NameName

func (v *Null) NameName(_ *ast.Name)

func (*Null) NameNamePart

func (v *Null) NameNamePart(_ *ast.NamePart)

func (*Null) NameRelative

func (v *Null) NameRelative(_ *ast.NameRelative)

func (*Null) Nullable

func (v *Null) Nullable(_ *ast.Nullable)

func (*Null) Parameter

func (v *Null) Parameter(_ *ast.Parameter)

func (*Null) Root

func (v *Null) Root(_ *ast.Root)

func (*Null) ScalarDnumber

func (v *Null) ScalarDnumber(_ *ast.ScalarDnumber)

func (*Null) ScalarEncapsed

func (v *Null) ScalarEncapsed(_ *ast.ScalarEncapsed)

func (*Null) ScalarEncapsedStringBrackets

func (v *Null) ScalarEncapsedStringBrackets(_ *ast.ScalarEncapsedStringBrackets)

func (*Null) ScalarEncapsedStringPart

func (v *Null) ScalarEncapsedStringPart(_ *ast.ScalarEncapsedStringPart)

func (*Null) ScalarEncapsedStringVar

func (v *Null) ScalarEncapsedStringVar(_ *ast.ScalarEncapsedStringVar)

func (*Null) ScalarHeredoc

func (v *Null) ScalarHeredoc(_ *ast.ScalarHeredoc)

func (*Null) ScalarLnumber

func (v *Null) ScalarLnumber(_ *ast.ScalarLnumber)

func (*Null) ScalarMagicConstant

func (v *Null) ScalarMagicConstant(_ *ast.ScalarMagicConstant)

func (*Null) ScalarString

func (v *Null) ScalarString(_ *ast.ScalarString)

func (*Null) StmtBreak

func (v *Null) StmtBreak(_ *ast.StmtBreak)

func (*Null) StmtCase

func (v *Null) StmtCase(_ *ast.StmtCase)

func (*Null) StmtCatch

func (v *Null) StmtCatch(_ *ast.StmtCatch)

func (*Null) StmtClass

func (v *Null) StmtClass(_ *ast.StmtClass)

func (*Null) StmtClassConstList

func (v *Null) StmtClassConstList(_ *ast.StmtClassConstList)

func (*Null) StmtClassMethod

func (v *Null) StmtClassMethod(_ *ast.StmtClassMethod)

func (*Null) StmtConstList

func (v *Null) StmtConstList(_ *ast.StmtConstList)

func (*Null) StmtConstant

func (v *Null) StmtConstant(_ *ast.StmtConstant)

func (*Null) StmtContinue

func (v *Null) StmtContinue(_ *ast.StmtContinue)

func (*Null) StmtDeclare

func (v *Null) StmtDeclare(_ *ast.StmtDeclare)

func (*Null) StmtDefault

func (v *Null) StmtDefault(_ *ast.StmtDefault)

func (*Null) StmtDo

func (v *Null) StmtDo(_ *ast.StmtDo)

func (*Null) StmtEcho

func (v *Null) StmtEcho(_ *ast.StmtEcho)

func (*Null) StmtElse

func (v *Null) StmtElse(_ *ast.StmtElse)

func (*Null) StmtElseIf

func (v *Null) StmtElseIf(_ *ast.StmtElseIf)

func (*Null) StmtEnum

func (v *Null) StmtEnum(_ *ast.StmtEnum)

func (*Null) StmtExpression

func (v *Null) StmtExpression(_ *ast.StmtExpression)

func (*Null) StmtFinally

func (v *Null) StmtFinally(_ *ast.StmtFinally)

func (*Null) StmtFor

func (v *Null) StmtFor(_ *ast.StmtFor)

func (*Null) StmtForeach

func (v *Null) StmtForeach(_ *ast.StmtForeach)

func (*Null) StmtFunction

func (v *Null) StmtFunction(_ *ast.StmtFunction)

func (*Null) StmtGlobal

func (v *Null) StmtGlobal(_ *ast.StmtGlobal)

func (*Null) StmtGoto

func (v *Null) StmtGoto(_ *ast.StmtGoto)

func (*Null) StmtGroupUse

func (v *Null) StmtGroupUse(_ *ast.StmtGroupUseList)

func (*Null) StmtHaltCompiler

func (v *Null) StmtHaltCompiler(_ *ast.StmtHaltCompiler)

func (*Null) StmtIf

func (v *Null) StmtIf(_ *ast.StmtIf)

func (*Null) StmtInlineHtml

func (v *Null) StmtInlineHtml(_ *ast.StmtInlineHtml)

func (*Null) StmtInterface

func (v *Null) StmtInterface(_ *ast.StmtInterface)

func (*Null) StmtLabel

func (v *Null) StmtLabel(_ *ast.StmtLabel)

func (*Null) StmtNamespace

func (v *Null) StmtNamespace(_ *ast.StmtNamespace)

func (*Null) StmtNop

func (v *Null) StmtNop(_ *ast.StmtNop)

func (*Null) StmtProperty

func (v *Null) StmtProperty(_ *ast.StmtProperty)

func (*Null) StmtPropertyList

func (v *Null) StmtPropertyList(_ *ast.StmtPropertyList)

func (*Null) StmtReturn

func (v *Null) StmtReturn(_ *ast.StmtReturn)

func (*Null) StmtStatic

func (v *Null) StmtStatic(_ *ast.StmtStatic)

func (*Null) StmtStaticVar

func (v *Null) StmtStaticVar(_ *ast.StmtStaticVar)

func (*Null) StmtStmtList

func (v *Null) StmtStmtList(_ *ast.StmtStmtList)

func (*Null) StmtSwitch

func (v *Null) StmtSwitch(_ *ast.StmtSwitch)

func (*Null) StmtThrow

func (v *Null) StmtThrow(_ *ast.StmtThrow)

func (*Null) StmtTrait

func (v *Null) StmtTrait(_ *ast.StmtTrait)

func (*Null) StmtTraitUse

func (v *Null) StmtTraitUse(_ *ast.StmtTraitUse)

func (*Null) StmtTraitUseAlias

func (v *Null) StmtTraitUseAlias(_ *ast.StmtTraitUseAlias)

func (*Null) StmtTraitUsePrecedence

func (v *Null) StmtTraitUsePrecedence(_ *ast.StmtTraitUsePrecedence)

func (*Null) StmtTry

func (v *Null) StmtTry(_ *ast.StmtTry)

func (*Null) StmtUnset

func (v *Null) StmtUnset(_ *ast.StmtUnset)

func (*Null) StmtUse

func (v *Null) StmtUse(_ *ast.StmtUseList)

func (*Null) StmtUseDeclaration

func (v *Null) StmtUseDeclaration(_ *ast.StmtUse)

func (*Null) StmtWhile

func (v *Null) StmtWhile(_ *ast.StmtWhile)

func (*Null) Union

func (v *Null) Union(_ *ast.Union)

Directories

Path Synopsis
Package visitor contains walker.visitor implementations
Package visitor contains walker.visitor implementations

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL