Versions in this module Expand all Collapse all v0 v0.10.0 Apr 16, 2023 Changes in this version + type Null struct + 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)