Documentation ¶
Index ¶
- type Null
- func (v *Null) Argument(_ *ast.Argument)
- func (v *Null) Attribute(_ *ast.Attribute)
- func (v *Null) AttributeGroup(_ *ast.AttributeGroup)
- func (v *Null) EnumCase(_ *ast.EnumCase)
- func (v *Null) ExprArray(_ *ast.ExprArray)
- func (v *Null) ExprArrayDimFetch(_ *ast.ExprArrayDimFetch)
- func (v *Null) ExprArrayItem(_ *ast.ExprArrayItem)
- func (v *Null) ExprArrowFunction(_ *ast.ExprArrowFunction)
- func (v *Null) ExprAssign(_ *ast.ExprAssign)
- func (v *Null) ExprAssignBitwiseAnd(_ *ast.ExprAssignBitwiseAnd)
- func (v *Null) ExprAssignBitwiseOr(_ *ast.ExprAssignBitwiseOr)
- func (v *Null) ExprAssignBitwiseXor(_ *ast.ExprAssignBitwiseXor)
- func (v *Null) ExprAssignCoalesce(_ *ast.ExprAssignCoalesce)
- func (v *Null) ExprAssignConcat(_ *ast.ExprAssignConcat)
- func (v *Null) ExprAssignDiv(_ *ast.ExprAssignDiv)
- func (v *Null) ExprAssignMinus(_ *ast.ExprAssignMinus)
- func (v *Null) ExprAssignMod(_ *ast.ExprAssignMod)
- func (v *Null) ExprAssignMul(_ *ast.ExprAssignMul)
- func (v *Null) ExprAssignPlus(_ *ast.ExprAssignPlus)
- func (v *Null) ExprAssignPow(_ *ast.ExprAssignPow)
- func (v *Null) ExprAssignReference(_ *ast.ExprAssignReference)
- func (v *Null) ExprAssignShiftLeft(_ *ast.ExprAssignShiftLeft)
- func (v *Null) ExprAssignShiftRight(_ *ast.ExprAssignShiftRight)
- func (v *Null) ExprBinaryBitwiseAnd(_ *ast.ExprBinaryBitwiseAnd)
- func (v *Null) ExprBinaryBitwiseOr(_ *ast.ExprBinaryBitwiseOr)
- func (v *Null) ExprBinaryBitwiseXor(_ *ast.ExprBinaryBitwiseXor)
- func (v *Null) ExprBinaryBooleanAnd(_ *ast.ExprBinaryBooleanAnd)
- func (v *Null) ExprBinaryBooleanOr(_ *ast.ExprBinaryBooleanOr)
- func (v *Null) ExprBinaryCoalesce(_ *ast.ExprBinaryCoalesce)
- func (v *Null) ExprBinaryConcat(_ *ast.ExprBinaryConcat)
- func (v *Null) ExprBinaryDiv(_ *ast.ExprBinaryDiv)
- func (v *Null) ExprBinaryEqual(_ *ast.ExprBinaryEqual)
- func (v *Null) ExprBinaryGreater(_ *ast.ExprBinaryGreater)
- func (v *Null) ExprBinaryGreaterOrEqual(_ *ast.ExprBinaryGreaterOrEqual)
- func (v *Null) ExprBinaryIdentical(_ *ast.ExprBinaryIdentical)
- func (v *Null) ExprBinaryLogicalAnd(_ *ast.ExprBinaryLogicalAnd)
- func (v *Null) ExprBinaryLogicalOr(_ *ast.ExprBinaryLogicalOr)
- func (v *Null) ExprBinaryLogicalXor(_ *ast.ExprBinaryLogicalXor)
- func (v *Null) ExprBinaryMinus(_ *ast.ExprBinaryMinus)
- func (v *Null) ExprBinaryMod(_ *ast.ExprBinaryMod)
- func (v *Null) ExprBinaryMul(_ *ast.ExprBinaryMul)
- func (v *Null) ExprBinaryNotEqual(_ *ast.ExprBinaryNotEqual)
- func (v *Null) ExprBinaryNotIdentical(_ *ast.ExprBinaryNotIdentical)
- func (v *Null) ExprBinaryPlus(_ *ast.ExprBinaryPlus)
- func (v *Null) ExprBinaryPow(_ *ast.ExprBinaryPow)
- func (v *Null) ExprBinaryShiftLeft(_ *ast.ExprBinaryShiftLeft)
- func (v *Null) ExprBinaryShiftRight(_ *ast.ExprBinaryShiftRight)
- func (v *Null) ExprBinarySmaller(_ *ast.ExprBinarySmaller)
- func (v *Null) ExprBinarySmallerOrEqual(_ *ast.ExprBinarySmallerOrEqual)
- func (v *Null) ExprBinarySpaceship(_ *ast.ExprBinarySpaceship)
- func (v *Null) ExprBitwiseNot(_ *ast.ExprBitwiseNot)
- func (v *Null) ExprBooleanNot(_ *ast.ExprBooleanNot)
- func (v *Null) ExprBrackets(_ *ast.ExprBrackets)
- func (v *Null) ExprCastArray(_ *ast.ExprCastArray)
- func (v *Null) ExprCastBool(_ *ast.ExprCastBool)
- func (v *Null) ExprCastDouble(_ *ast.ExprCastDouble)
- func (v *Null) ExprCastInt(_ *ast.ExprCastInt)
- func (v *Null) ExprCastObject(_ *ast.ExprCastObject)
- func (v *Null) ExprCastString(_ *ast.ExprCastString)
- func (v *Null) ExprCastUnset(_ *ast.ExprCastUnset)
- func (v *Null) ExprClassConstFetch(_ *ast.ExprClassConstFetch)
- func (v *Null) ExprClone(_ *ast.ExprClone)
- func (v *Null) ExprClosure(_ *ast.ExprClosure)
- func (v *Null) ExprClosureUse(_ *ast.ExprClosureUse)
- func (v *Null) ExprConstFetch(_ *ast.ExprConstFetch)
- func (v *Null) ExprEmpty(_ *ast.ExprEmpty)
- func (v *Null) ExprErrorSuppress(_ *ast.ExprErrorSuppress)
- func (v *Null) ExprEval(_ *ast.ExprEval)
- func (v *Null) ExprExit(_ *ast.ExprExit)
- func (v *Null) ExprFunctionCall(_ *ast.ExprFunctionCall)
- func (v *Null) ExprInclude(_ *ast.ExprInclude)
- func (v *Null) ExprIncludeOnce(_ *ast.ExprIncludeOnce)
- func (v *Null) ExprInstanceOf(_ *ast.ExprInstanceOf)
- func (v *Null) ExprIsset(_ *ast.ExprIsset)
- func (v *Null) ExprList(_ *ast.ExprList)
- func (v *Null) ExprMatch(_ *ast.ExprMatch)
- func (v *Null) ExprMethodCall(_ *ast.ExprMethodCall)
- func (v *Null) ExprNew(_ *ast.ExprNew)
- func (v *Null) ExprNullsafeMethodCall(_ *ast.ExprNullsafeMethodCall)
- func (v *Null) ExprNullsafePropertyFetch(_ *ast.ExprNullsafePropertyFetch)
- func (v *Null) ExprPostDec(_ *ast.ExprPostDec)
- func (v *Null) ExprPostInc(_ *ast.ExprPostInc)
- func (v *Null) ExprPreDec(_ *ast.ExprPreDec)
- func (v *Null) ExprPreInc(_ *ast.ExprPreInc)
- func (v *Null) ExprPrint(_ *ast.ExprPrint)
- func (v *Null) ExprPropertyFetch(_ *ast.ExprPropertyFetch)
- func (v *Null) ExprRequire(_ *ast.ExprRequire)
- func (v *Null) ExprRequireOnce(_ *ast.ExprRequireOnce)
- func (v *Null) ExprShellExec(_ *ast.ExprShellExec)
- func (v *Null) ExprStaticCall(_ *ast.ExprStaticCall)
- func (v *Null) ExprStaticPropertyFetch(_ *ast.ExprStaticPropertyFetch)
- func (v *Null) ExprTernary(_ *ast.ExprTernary)
- func (v *Null) ExprThrow(_ *ast.ExprThrow)
- func (v *Null) ExprUnaryMinus(_ *ast.ExprUnaryMinus)
- func (v *Null) ExprUnaryPlus(_ *ast.ExprUnaryPlus)
- func (v *Null) ExprVariable(_ *ast.ExprVariable)
- func (v *Null) ExprYield(_ *ast.ExprYield)
- func (v *Null) ExprYieldFrom(_ *ast.ExprYieldFrom)
- func (v *Null) Identifier(_ *ast.Identifier)
- func (v *Null) Intersection(_ *ast.Intersection)
- func (v *Null) MatchArm(_ *ast.MatchArm)
- func (v *Null) NameFullyQualified(_ *ast.NameFullyQualified)
- func (v *Null) NameName(_ *ast.Name)
- func (v *Null) NameNamePart(_ *ast.NamePart)
- func (v *Null) NameRelative(_ *ast.NameRelative)
- func (v *Null) Nullable(_ *ast.Nullable)
- func (v *Null) Parameter(_ *ast.Parameter)
- func (v *Null) Root(_ *ast.Root)
- func (v *Null) ScalarDnumber(_ *ast.ScalarDnumber)
- func (v *Null) ScalarEncapsed(_ *ast.ScalarEncapsed)
- func (v *Null) ScalarEncapsedStringBrackets(_ *ast.ScalarEncapsedStringBrackets)
- func (v *Null) ScalarEncapsedStringPart(_ *ast.ScalarEncapsedStringPart)
- func (v *Null) ScalarEncapsedStringVar(_ *ast.ScalarEncapsedStringVar)
- func (v *Null) ScalarHeredoc(_ *ast.ScalarHeredoc)
- func (v *Null) ScalarLnumber(_ *ast.ScalarLnumber)
- func (v *Null) ScalarMagicConstant(_ *ast.ScalarMagicConstant)
- func (v *Null) ScalarString(_ *ast.ScalarString)
- func (v *Null) StmtBreak(_ *ast.StmtBreak)
- func (v *Null) StmtCase(_ *ast.StmtCase)
- func (v *Null) StmtCatch(_ *ast.StmtCatch)
- func (v *Null) StmtClass(_ *ast.StmtClass)
- func (v *Null) StmtClassConstList(_ *ast.StmtClassConstList)
- func (v *Null) StmtClassMethod(_ *ast.StmtClassMethod)
- func (v *Null) StmtConstList(_ *ast.StmtConstList)
- func (v *Null) StmtConstant(_ *ast.StmtConstant)
- func (v *Null) StmtContinue(_ *ast.StmtContinue)
- func (v *Null) StmtDeclare(_ *ast.StmtDeclare)
- func (v *Null) StmtDefault(_ *ast.StmtDefault)
- func (v *Null) StmtDo(_ *ast.StmtDo)
- func (v *Null) StmtEcho(_ *ast.StmtEcho)
- func (v *Null) StmtElse(_ *ast.StmtElse)
- func (v *Null) StmtElseIf(_ *ast.StmtElseIf)
- func (v *Null) StmtEnum(_ *ast.StmtEnum)
- func (v *Null) StmtExpression(_ *ast.StmtExpression)
- func (v *Null) StmtFinally(_ *ast.StmtFinally)
- func (v *Null) StmtFor(_ *ast.StmtFor)
- func (v *Null) StmtForeach(_ *ast.StmtForeach)
- func (v *Null) StmtFunction(_ *ast.StmtFunction)
- func (v *Null) StmtGlobal(_ *ast.StmtGlobal)
- func (v *Null) StmtGoto(_ *ast.StmtGoto)
- func (v *Null) StmtGroupUse(_ *ast.StmtGroupUseList)
- func (v *Null) StmtHaltCompiler(_ *ast.StmtHaltCompiler)
- func (v *Null) StmtIf(_ *ast.StmtIf)
- func (v *Null) StmtInlineHtml(_ *ast.StmtInlineHtml)
- func (v *Null) StmtInterface(_ *ast.StmtInterface)
- func (v *Null) StmtLabel(_ *ast.StmtLabel)
- func (v *Null) StmtNamespace(_ *ast.StmtNamespace)
- func (v *Null) StmtNop(_ *ast.StmtNop)
- func (v *Null) StmtProperty(_ *ast.StmtProperty)
- func (v *Null) StmtPropertyList(_ *ast.StmtPropertyList)
- func (v *Null) StmtReturn(_ *ast.StmtReturn)
- func (v *Null) StmtStatic(_ *ast.StmtStatic)
- func (v *Null) StmtStaticVar(_ *ast.StmtStaticVar)
- func (v *Null) StmtStmtList(_ *ast.StmtStmtList)
- func (v *Null) StmtSwitch(_ *ast.StmtSwitch)
- func (v *Null) StmtThrow(_ *ast.StmtThrow)
- func (v *Null) StmtTrait(_ *ast.StmtTrait)
- func (v *Null) StmtTraitUse(_ *ast.StmtTraitUse)
- func (v *Null) StmtTraitUseAlias(_ *ast.StmtTraitUseAlias)
- func (v *Null) StmtTraitUsePrecedence(_ *ast.StmtTraitUsePrecedence)
- func (v *Null) StmtTry(_ *ast.StmtTry)
- func (v *Null) StmtUnset(_ *ast.StmtUnset)
- func (v *Null) StmtUse(_ *ast.StmtUseList)
- func (v *Null) StmtUseDeclaration(_ *ast.StmtUse)
- func (v *Null) StmtWhile(_ *ast.StmtWhile)
- func (v *Null) Union(_ *ast.Union)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Null ¶
type Null struct{}
func (*Null) AttributeGroup ¶
func (v *Null) AttributeGroup(_ *ast.AttributeGroup)
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) 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) ExprErrorSuppress ¶
func (v *Null) ExprErrorSuppress(_ *ast.ExprErrorSuppress)
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) ExprMethodCall ¶
func (v *Null) ExprMethodCall(_ *ast.ExprMethodCall)
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) 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) 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) 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) NameFullyQualified ¶
func (v *Null) NameFullyQualified(_ *ast.NameFullyQualified)
func (*Null) NameNamePart ¶
func (*Null) NameRelative ¶
func (v *Null) NameRelative(_ *ast.NameRelative)
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) 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) StmtElseIf ¶
func (v *Null) StmtElseIf(_ *ast.StmtElseIf)
func (*Null) StmtExpression ¶
func (v *Null) StmtExpression(_ *ast.StmtExpression)
func (*Null) StmtFinally ¶
func (v *Null) StmtFinally(_ *ast.StmtFinally)
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) StmtGroupUse ¶
func (v *Null) StmtGroupUse(_ *ast.StmtGroupUseList)
func (*Null) StmtHaltCompiler ¶
func (v *Null) StmtHaltCompiler(_ *ast.StmtHaltCompiler)
func (*Null) StmtInlineHtml ¶
func (v *Null) StmtInlineHtml(_ *ast.StmtInlineHtml)
func (*Null) StmtInterface ¶
func (v *Null) StmtInterface(_ *ast.StmtInterface)
func (*Null) StmtNamespace ¶
func (v *Null) StmtNamespace(_ *ast.StmtNamespace)
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) 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) StmtUse ¶
func (v *Null) StmtUse(_ *ast.StmtUseList)
func (*Null) StmtUseDeclaration ¶
Click to show internal directories.
Click to hide internal directories.