Class VisitorAdapter
- java.lang.Object
-
- org.codehaus.groovy.antlr.treewalker.VisitorAdapter
-
- All Implemented Interfaces:
Visitor
- Direct Known Subclasses:
Groovifier
,Java2GroovyConverter
,MindMapPrinter
,NodeAsHTMLPrinter
,NodeCollector
,NodePrinter
,PreJava2GroovyConverter
,SimpleGroovyClassDocAssembler
,SourcePrinter
public class VisitorAdapter extends Object implements Visitor
A default implementation of all visitor methods. If you extend this class, any un-overridden visit methods will call visitDefault.
-
-
Field Summary
-
Fields inherited from interface org.codehaus.groovy.antlr.treewalker.Visitor
CLOSING_VISIT, OPENING_VISIT, SECOND_VISIT, SUBSEQUENT_VISIT
-
-
Constructor Summary
Constructors Constructor Description VisitorAdapter()
-
Method Summary
-
-
-
Method Detail
-
visitAbstract
public void visitAbstract(GroovySourceAST t, int visit)
- Specified by:
visitAbstract
in interfaceVisitor
-
visitAnnotation
public void visitAnnotation(GroovySourceAST t, int visit)
- Specified by:
visitAnnotation
in interfaceVisitor
-
visitAnnotations
public void visitAnnotations(GroovySourceAST t, int visit)
- Specified by:
visitAnnotations
in interfaceVisitor
-
visitAnnotationArrayInit
public void visitAnnotationArrayInit(GroovySourceAST t, int visit)
- Specified by:
visitAnnotationArrayInit
in interfaceVisitor
-
visitAnnotationDef
public void visitAnnotationDef(GroovySourceAST t, int visit)
- Specified by:
visitAnnotationDef
in interfaceVisitor
-
visitAnnotationFieldDef
public void visitAnnotationFieldDef(GroovySourceAST t, int visit)
- Specified by:
visitAnnotationFieldDef
in interfaceVisitor
-
visitAnnotationMemberValuePair
public void visitAnnotationMemberValuePair(GroovySourceAST t, int visit)
- Specified by:
visitAnnotationMemberValuePair
in interfaceVisitor
-
visitArrayDeclarator
public void visitArrayDeclarator(GroovySourceAST t, int visit)
- Specified by:
visitArrayDeclarator
in interfaceVisitor
-
visitAssign
public void visitAssign(GroovySourceAST t, int visit)
- Specified by:
visitAssign
in interfaceVisitor
-
visitAt
public void visitAt(GroovySourceAST t, int visit)
-
visitBand
public void visitBand(GroovySourceAST t, int visit)
-
visitBandAssign
public void visitBandAssign(GroovySourceAST t, int visit)
- Specified by:
visitBandAssign
in interfaceVisitor
-
visitBigSuffix
public void visitBigSuffix(GroovySourceAST t, int visit)
- Specified by:
visitBigSuffix
in interfaceVisitor
-
visitBlock
public void visitBlock(GroovySourceAST t, int visit)
- Specified by:
visitBlock
in interfaceVisitor
-
visitBnot
public void visitBnot(GroovySourceAST t, int visit)
-
visitBor
public void visitBor(GroovySourceAST t, int visit)
-
visitBorAssign
public void visitBorAssign(GroovySourceAST t, int visit)
- Specified by:
visitBorAssign
in interfaceVisitor
-
visitBsr
public void visitBsr(GroovySourceAST t, int visit)
-
visitBsrAssign
public void visitBsrAssign(GroovySourceAST t, int visit)
- Specified by:
visitBsrAssign
in interfaceVisitor
-
visitBxor
public void visitBxor(GroovySourceAST t, int visit)
-
visitBxorAssign
public void visitBxorAssign(GroovySourceAST t, int visit)
- Specified by:
visitBxorAssign
in interfaceVisitor
-
visitCaseGroup
public void visitCaseGroup(GroovySourceAST t, int visit)
- Specified by:
visitCaseGroup
in interfaceVisitor
-
visitClassDef
public void visitClassDef(GroovySourceAST t, int visit)
- Specified by:
visitClassDef
in interfaceVisitor
-
visitClosedBlock
public void visitClosedBlock(GroovySourceAST t, int visit)
- Specified by:
visitClosedBlock
in interfaceVisitor
-
visitClosureOp
public void visitClosureOp(GroovySourceAST t, int visit)
- Specified by:
visitClosureOp
in interfaceVisitor
-
visitClosureList
public void visitClosureList(GroovySourceAST t, int visit)
- Specified by:
visitClosureList
in interfaceVisitor
-
visitColon
public void visitColon(GroovySourceAST t, int visit)
- Specified by:
visitColon
in interfaceVisitor
-
visitComma
public void visitComma(GroovySourceAST t, int visit)
- Specified by:
visitComma
in interfaceVisitor
-
visitCompareTo
public void visitCompareTo(GroovySourceAST t, int visit)
- Specified by:
visitCompareTo
in interfaceVisitor
-
visitCtorCall
public void visitCtorCall(GroovySourceAST t, int visit)
- Specified by:
visitCtorCall
in interfaceVisitor
-
visitCtorIdent
public void visitCtorIdent(GroovySourceAST t, int visit)
- Specified by:
visitCtorIdent
in interfaceVisitor
-
visitDec
public void visitDec(GroovySourceAST t, int visit)
-
visitDigit
public void visitDigit(GroovySourceAST t, int visit)
- Specified by:
visitDigit
in interfaceVisitor
-
visitDiv
public void visitDiv(GroovySourceAST t, int visit)
-
visitDivAssign
public void visitDivAssign(GroovySourceAST t, int visit)
- Specified by:
visitDivAssign
in interfaceVisitor
-
visitDollar
public void visitDollar(GroovySourceAST t, int visit)
- Specified by:
visitDollar
in interfaceVisitor
-
visitDot
public void visitDot(GroovySourceAST t, int visit)
-
visitDynamicMember
public void visitDynamicMember(GroovySourceAST t, int visit)
- Specified by:
visitDynamicMember
in interfaceVisitor
-
visitElist
public void visitElist(GroovySourceAST t, int visit)
- Specified by:
visitElist
in interfaceVisitor
-
visitEmptyStat
public void visitEmptyStat(GroovySourceAST t, int visit)
- Specified by:
visitEmptyStat
in interfaceVisitor
-
visitEnumConstantDef
public void visitEnumConstantDef(GroovySourceAST t, int visit)
- Specified by:
visitEnumConstantDef
in interfaceVisitor
-
visitEnumDef
public void visitEnumDef(GroovySourceAST t, int visit)
- Specified by:
visitEnumDef
in interfaceVisitor
-
visitEof
public void visitEof(GroovySourceAST t, int visit)
-
visitEqual
public void visitEqual(GroovySourceAST t, int visit)
- Specified by:
visitEqual
in interfaceVisitor
-
visitEsc
public void visitEsc(GroovySourceAST t, int visit)
-
visitExponent
public void visitExponent(GroovySourceAST t, int visit)
- Specified by:
visitExponent
in interfaceVisitor
-
visitExpr
public void visitExpr(GroovySourceAST t, int visit)
-
visitExtendsClause
public void visitExtendsClause(GroovySourceAST t, int visit)
- Specified by:
visitExtendsClause
in interfaceVisitor
-
visitFinal
public void visitFinal(GroovySourceAST t, int visit)
- Specified by:
visitFinal
in interfaceVisitor
-
visitFloatSuffix
public void visitFloatSuffix(GroovySourceAST t, int visit)
- Specified by:
visitFloatSuffix
in interfaceVisitor
-
visitForCondition
public void visitForCondition(GroovySourceAST t, int visit)
- Specified by:
visitForCondition
in interfaceVisitor
-
visitForEachClause
public void visitForEachClause(GroovySourceAST t, int visit)
- Specified by:
visitForEachClause
in interfaceVisitor
-
visitForInit
public void visitForInit(GroovySourceAST t, int visit)
- Specified by:
visitForInit
in interfaceVisitor
-
visitForInIterable
public void visitForInIterable(GroovySourceAST t, int visit)
- Specified by:
visitForInIterable
in interfaceVisitor
-
visitForIterator
public void visitForIterator(GroovySourceAST t, int visit)
- Specified by:
visitForIterator
in interfaceVisitor
-
visitGe
public void visitGe(GroovySourceAST t, int visit)
-
visitGt
public void visitGt(GroovySourceAST t, int visit)
-
visitHexDigit
public void visitHexDigit(GroovySourceAST t, int visit)
- Specified by:
visitHexDigit
in interfaceVisitor
-
visitIdent
public void visitIdent(GroovySourceAST t, int visit)
- Specified by:
visitIdent
in interfaceVisitor
-
visitImplementsClause
public void visitImplementsClause(GroovySourceAST t, int visit)
- Specified by:
visitImplementsClause
in interfaceVisitor
-
visitImplicitParameters
public void visitImplicitParameters(GroovySourceAST t, int visit)
- Specified by:
visitImplicitParameters
in interfaceVisitor
-
visitImport
public void visitImport(GroovySourceAST t, int visit)
- Specified by:
visitImport
in interfaceVisitor
-
visitInc
public void visitInc(GroovySourceAST t, int visit)
-
visitIndexOp
public void visitIndexOp(GroovySourceAST t, int visit)
- Specified by:
visitIndexOp
in interfaceVisitor
-
visitInstanceInit
public void visitInstanceInit(GroovySourceAST t, int visit)
- Specified by:
visitInstanceInit
in interfaceVisitor
-
visitInterfaceDef
public void visitInterfaceDef(GroovySourceAST t, int visit)
- Specified by:
visitInterfaceDef
in interfaceVisitor
-
visitLabeledArg
public void visitLabeledArg(GroovySourceAST t, int visit)
- Specified by:
visitLabeledArg
in interfaceVisitor
-
visitLabeledStat
public void visitLabeledStat(GroovySourceAST t, int visit)
- Specified by:
visitLabeledStat
in interfaceVisitor
-
visitLand
public void visitLand(GroovySourceAST t, int visit)
-
visitLbrack
public void visitLbrack(GroovySourceAST t, int visit)
- Specified by:
visitLbrack
in interfaceVisitor
-
visitLcurly
public void visitLcurly(GroovySourceAST t, int visit)
- Specified by:
visitLcurly
in interfaceVisitor
-
visitLe
public void visitLe(GroovySourceAST t, int visit)
-
visitLetter
public void visitLetter(GroovySourceAST t, int visit)
- Specified by:
visitLetter
in interfaceVisitor
-
visitListConstructor
public void visitListConstructor(GroovySourceAST t, int visit)
- Specified by:
visitListConstructor
in interfaceVisitor
-
visitLiteralAs
public void visitLiteralAs(GroovySourceAST t, int visit)
- Specified by:
visitLiteralAs
in interfaceVisitor
-
visitLiteralAssert
public void visitLiteralAssert(GroovySourceAST t, int visit)
- Specified by:
visitLiteralAssert
in interfaceVisitor
-
visitLiteralBoolean
public void visitLiteralBoolean(GroovySourceAST t, int visit)
- Specified by:
visitLiteralBoolean
in interfaceVisitor
-
visitLiteralBreak
public void visitLiteralBreak(GroovySourceAST t, int visit)
- Specified by:
visitLiteralBreak
in interfaceVisitor
-
visitLiteralByte
public void visitLiteralByte(GroovySourceAST t, int visit)
- Specified by:
visitLiteralByte
in interfaceVisitor
-
visitLiteralCase
public void visitLiteralCase(GroovySourceAST t, int visit)
- Specified by:
visitLiteralCase
in interfaceVisitor
-
visitLiteralCatch
public void visitLiteralCatch(GroovySourceAST t, int visit)
- Specified by:
visitLiteralCatch
in interfaceVisitor
-
visitLiteralChar
public void visitLiteralChar(GroovySourceAST t, int visit)
- Specified by:
visitLiteralChar
in interfaceVisitor
-
visitLiteralClass
public void visitLiteralClass(GroovySourceAST t, int visit)
- Specified by:
visitLiteralClass
in interfaceVisitor
-
visitLiteralContinue
public void visitLiteralContinue(GroovySourceAST t, int visit)
- Specified by:
visitLiteralContinue
in interfaceVisitor
-
visitLiteralDef
public void visitLiteralDef(GroovySourceAST t, int visit)
- Specified by:
visitLiteralDef
in interfaceVisitor
-
visitLiteralDefault
public void visitLiteralDefault(GroovySourceAST t, int visit)
- Specified by:
visitLiteralDefault
in interfaceVisitor
-
visitLiteralDouble
public void visitLiteralDouble(GroovySourceAST t, int visit)
- Specified by:
visitLiteralDouble
in interfaceVisitor
-
visitLiteralElse
public void visitLiteralElse(GroovySourceAST t, int visit)
- Specified by:
visitLiteralElse
in interfaceVisitor
-
visitLiteralEnum
public void visitLiteralEnum(GroovySourceAST t, int visit)
- Specified by:
visitLiteralEnum
in interfaceVisitor
-
visitLiteralExtends
public void visitLiteralExtends(GroovySourceAST t, int visit)
- Specified by:
visitLiteralExtends
in interfaceVisitor
-
visitLiteralFalse
public void visitLiteralFalse(GroovySourceAST t, int visit)
- Specified by:
visitLiteralFalse
in interfaceVisitor
-
visitLiteralFinally
public void visitLiteralFinally(GroovySourceAST t, int visit)
- Specified by:
visitLiteralFinally
in interfaceVisitor
-
visitLiteralFloat
public void visitLiteralFloat(GroovySourceAST t, int visit)
- Specified by:
visitLiteralFloat
in interfaceVisitor
-
visitLiteralFor
public void visitLiteralFor(GroovySourceAST t, int visit)
- Specified by:
visitLiteralFor
in interfaceVisitor
-
visitLiteralIf
public void visitLiteralIf(GroovySourceAST t, int visit)
- Specified by:
visitLiteralIf
in interfaceVisitor
-
visitLiteralImplements
public void visitLiteralImplements(GroovySourceAST t, int visit)
- Specified by:
visitLiteralImplements
in interfaceVisitor
-
visitLiteralImport
public void visitLiteralImport(GroovySourceAST t, int visit)
- Specified by:
visitLiteralImport
in interfaceVisitor
-
visitLiteralIn
public void visitLiteralIn(GroovySourceAST t, int visit)
- Specified by:
visitLiteralIn
in interfaceVisitor
-
visitLiteralInstanceof
public void visitLiteralInstanceof(GroovySourceAST t, int visit)
- Specified by:
visitLiteralInstanceof
in interfaceVisitor
-
visitLiteralInt
public void visitLiteralInt(GroovySourceAST t, int visit)
- Specified by:
visitLiteralInt
in interfaceVisitor
-
visitLiteralInterface
public void visitLiteralInterface(GroovySourceAST t, int visit)
- Specified by:
visitLiteralInterface
in interfaceVisitor
-
visitLiteralLong
public void visitLiteralLong(GroovySourceAST t, int visit)
- Specified by:
visitLiteralLong
in interfaceVisitor
-
visitLiteralNative
public void visitLiteralNative(GroovySourceAST t, int visit)
- Specified by:
visitLiteralNative
in interfaceVisitor
-
visitLiteralNew
public void visitLiteralNew(GroovySourceAST t, int visit)
- Specified by:
visitLiteralNew
in interfaceVisitor
-
visitLiteralNull
public void visitLiteralNull(GroovySourceAST t, int visit)
- Specified by:
visitLiteralNull
in interfaceVisitor
-
visitLiteralPackage
public void visitLiteralPackage(GroovySourceAST t, int visit)
- Specified by:
visitLiteralPackage
in interfaceVisitor
-
visitLiteralPrivate
public void visitLiteralPrivate(GroovySourceAST t, int visit)
- Specified by:
visitLiteralPrivate
in interfaceVisitor
-
visitLiteralProtected
public void visitLiteralProtected(GroovySourceAST t, int visit)
- Specified by:
visitLiteralProtected
in interfaceVisitor
-
visitLiteralPublic
public void visitLiteralPublic(GroovySourceAST t, int visit)
- Specified by:
visitLiteralPublic
in interfaceVisitor
-
visitLiteralReturn
public void visitLiteralReturn(GroovySourceAST t, int visit)
- Specified by:
visitLiteralReturn
in interfaceVisitor
-
visitLiteralShort
public void visitLiteralShort(GroovySourceAST t, int visit)
- Specified by:
visitLiteralShort
in interfaceVisitor
-
visitLiteralStatic
public void visitLiteralStatic(GroovySourceAST t, int visit)
- Specified by:
visitLiteralStatic
in interfaceVisitor
-
visitLiteralSuper
public void visitLiteralSuper(GroovySourceAST t, int visit)
- Specified by:
visitLiteralSuper
in interfaceVisitor
-
visitLiteralSwitch
public void visitLiteralSwitch(GroovySourceAST t, int visit)
- Specified by:
visitLiteralSwitch
in interfaceVisitor
-
visitLiteralSynchronized
public void visitLiteralSynchronized(GroovySourceAST t, int visit)
- Specified by:
visitLiteralSynchronized
in interfaceVisitor
-
visitLiteralThis
public void visitLiteralThis(GroovySourceAST t, int visit)
- Specified by:
visitLiteralThis
in interfaceVisitor
-
visitLiteralThreadsafe
public void visitLiteralThreadsafe(GroovySourceAST t, int visit)
- Specified by:
visitLiteralThreadsafe
in interfaceVisitor
-
visitLiteralThrow
public void visitLiteralThrow(GroovySourceAST t, int visit)
- Specified by:
visitLiteralThrow
in interfaceVisitor
-
visitLiteralThrows
public void visitLiteralThrows(GroovySourceAST t, int visit)
- Specified by:
visitLiteralThrows
in interfaceVisitor
-
visitLiteralTransient
public void visitLiteralTransient(GroovySourceAST t, int visit)
- Specified by:
visitLiteralTransient
in interfaceVisitor
-
visitLiteralTrue
public void visitLiteralTrue(GroovySourceAST t, int visit)
- Specified by:
visitLiteralTrue
in interfaceVisitor
-
visitLiteralTry
public void visitLiteralTry(GroovySourceAST t, int visit)
- Specified by:
visitLiteralTry
in interfaceVisitor
-
visitLiteralVoid
public void visitLiteralVoid(GroovySourceAST t, int visit)
- Specified by:
visitLiteralVoid
in interfaceVisitor
-
visitLiteralVolatile
public void visitLiteralVolatile(GroovySourceAST t, int visit)
- Specified by:
visitLiteralVolatile
in interfaceVisitor
-
visitLiteralWhile
public void visitLiteralWhile(GroovySourceAST t, int visit)
- Specified by:
visitLiteralWhile
in interfaceVisitor
-
visitLnot
public void visitLnot(GroovySourceAST t, int visit)
-
visitLor
public void visitLor(GroovySourceAST t, int visit)
-
visitLparen
public void visitLparen(GroovySourceAST t, int visit)
- Specified by:
visitLparen
in interfaceVisitor
-
visitLt
public void visitLt(GroovySourceAST t, int visit)
-
visitMapConstructor
public void visitMapConstructor(GroovySourceAST t, int visit)
- Specified by:
visitMapConstructor
in interfaceVisitor
-
visitMemberPointer
public void visitMemberPointer(GroovySourceAST t, int visit)
- Specified by:
visitMemberPointer
in interfaceVisitor
-
visitMethodCall
public void visitMethodCall(GroovySourceAST t, int visit)
- Specified by:
visitMethodCall
in interfaceVisitor
-
visitMethodDef
public void visitMethodDef(GroovySourceAST t, int visit)
- Specified by:
visitMethodDef
in interfaceVisitor
-
visitMinus
public void visitMinus(GroovySourceAST t, int visit)
- Specified by:
visitMinus
in interfaceVisitor
-
visitMinusAssign
public void visitMinusAssign(GroovySourceAST t, int visit)
- Specified by:
visitMinusAssign
in interfaceVisitor
-
visitMlComment
public void visitMlComment(GroovySourceAST t, int visit)
- Specified by:
visitMlComment
in interfaceVisitor
-
visitMod
public void visitMod(GroovySourceAST t, int visit)
-
visitModifiers
public void visitModifiers(GroovySourceAST t, int visit)
- Specified by:
visitModifiers
in interfaceVisitor
-
visitModAssign
public void visitModAssign(GroovySourceAST t, int visit)
- Specified by:
visitModAssign
in interfaceVisitor
-
visitMultiCatch
public void visitMultiCatch(GroovySourceAST t, int visit)
- Specified by:
visitMultiCatch
in interfaceVisitor
-
visitMultiCatchTypes
public void visitMultiCatchTypes(GroovySourceAST t, int visit)
- Specified by:
visitMultiCatchTypes
in interfaceVisitor
-
visitNls
public void visitNls(GroovySourceAST t, int visit)
-
visitNotEqual
public void visitNotEqual(GroovySourceAST t, int visit)
- Specified by:
visitNotEqual
in interfaceVisitor
-
visitNullTreeLookahead
public void visitNullTreeLookahead(GroovySourceAST t, int visit)
- Specified by:
visitNullTreeLookahead
in interfaceVisitor
-
visitNumBigDecimal
public void visitNumBigDecimal(GroovySourceAST t, int visit)
- Specified by:
visitNumBigDecimal
in interfaceVisitor
-
visitNumBigInt
public void visitNumBigInt(GroovySourceAST t, int visit)
- Specified by:
visitNumBigInt
in interfaceVisitor
-
visitNumDouble
public void visitNumDouble(GroovySourceAST t, int visit)
- Specified by:
visitNumDouble
in interfaceVisitor
-
visitNumFloat
public void visitNumFloat(GroovySourceAST t, int visit)
- Specified by:
visitNumFloat
in interfaceVisitor
-
visitNumInt
public void visitNumInt(GroovySourceAST t, int visit)
- Specified by:
visitNumInt
in interfaceVisitor
-
visitNumLong
public void visitNumLong(GroovySourceAST t, int visit)
- Specified by:
visitNumLong
in interfaceVisitor
-
visitObjblock
public void visitObjblock(GroovySourceAST t, int visit)
- Specified by:
visitObjblock
in interfaceVisitor
-
visitOneNl
public void visitOneNl(GroovySourceAST t, int visit)
- Specified by:
visitOneNl
in interfaceVisitor
-
visitOptionalDot
public void visitOptionalDot(GroovySourceAST t, int visit)
- Specified by:
visitOptionalDot
in interfaceVisitor
-
visitPackageDef
public void visitPackageDef(GroovySourceAST t, int visit)
- Specified by:
visitPackageDef
in interfaceVisitor
-
visitParameters
public void visitParameters(GroovySourceAST t, int visit)
- Specified by:
visitParameters
in interfaceVisitor
-
visitParameterDef
public void visitParameterDef(GroovySourceAST t, int visit)
- Specified by:
visitParameterDef
in interfaceVisitor
-
visitPlus
public void visitPlus(GroovySourceAST t, int visit)
-
visitPlusAssign
public void visitPlusAssign(GroovySourceAST t, int visit)
- Specified by:
visitPlusAssign
in interfaceVisitor
-
visitPostDec
public void visitPostDec(GroovySourceAST t, int visit)
- Specified by:
visitPostDec
in interfaceVisitor
-
visitPostInc
public void visitPostInc(GroovySourceAST t, int visit)
- Specified by:
visitPostInc
in interfaceVisitor
-
visitQuestion
public void visitQuestion(GroovySourceAST t, int visit)
- Specified by:
visitQuestion
in interfaceVisitor
-
visitRangeExclusive
public void visitRangeExclusive(GroovySourceAST t, int visit)
- Specified by:
visitRangeExclusive
in interfaceVisitor
-
visitRangeInclusive
public void visitRangeInclusive(GroovySourceAST t, int visit)
- Specified by:
visitRangeInclusive
in interfaceVisitor
-
visitRbrack
public void visitRbrack(GroovySourceAST t, int visit)
- Specified by:
visitRbrack
in interfaceVisitor
-
visitRcurly
public void visitRcurly(GroovySourceAST t, int visit)
- Specified by:
visitRcurly
in interfaceVisitor
-
visitRegexpCtorEnd
public void visitRegexpCtorEnd(GroovySourceAST t, int visit)
- Specified by:
visitRegexpCtorEnd
in interfaceVisitor
-
visitRegexpLiteral
public void visitRegexpLiteral(GroovySourceAST t, int visit)
- Specified by:
visitRegexpLiteral
in interfaceVisitor
-
visitRegexpSymbol
public void visitRegexpSymbol(GroovySourceAST t, int visit)
- Specified by:
visitRegexpSymbol
in interfaceVisitor
-
visitRegexFind
public void visitRegexFind(GroovySourceAST t, int visit)
- Specified by:
visitRegexFind
in interfaceVisitor
-
visitRegexMatch
public void visitRegexMatch(GroovySourceAST t, int visit)
- Specified by:
visitRegexMatch
in interfaceVisitor
-
visitRparen
public void visitRparen(GroovySourceAST t, int visit)
- Specified by:
visitRparen
in interfaceVisitor
-
visitSelectSlot
public void visitSelectSlot(GroovySourceAST t, int visit)
- Specified by:
visitSelectSlot
in interfaceVisitor
-
visitSemi
public void visitSemi(GroovySourceAST t, int visit)
-
visitShComment
public void visitShComment(GroovySourceAST t, int visit)
- Specified by:
visitShComment
in interfaceVisitor
-
visitSl
public void visitSl(GroovySourceAST t, int visit)
-
visitSlist
public void visitSlist(GroovySourceAST t, int visit)
- Specified by:
visitSlist
in interfaceVisitor
-
visitSlAssign
public void visitSlAssign(GroovySourceAST t, int visit)
- Specified by:
visitSlAssign
in interfaceVisitor
-
visitSlComment
public void visitSlComment(GroovySourceAST t, int visit)
- Specified by:
visitSlComment
in interfaceVisitor
-
visitSpreadArg
public void visitSpreadArg(GroovySourceAST t, int visit)
- Specified by:
visitSpreadArg
in interfaceVisitor
-
visitSpreadDot
public void visitSpreadDot(GroovySourceAST t, int visit)
- Specified by:
visitSpreadDot
in interfaceVisitor
-
visitSpreadMapArg
public void visitSpreadMapArg(GroovySourceAST t, int visit)
- Specified by:
visitSpreadMapArg
in interfaceVisitor
-
visitSr
public void visitSr(GroovySourceAST t, int visit)
-
visitSrAssign
public void visitSrAssign(GroovySourceAST t, int visit)
- Specified by:
visitSrAssign
in interfaceVisitor
-
visitStar
public void visitStar(GroovySourceAST t, int visit)
-
visitStarAssign
public void visitStarAssign(GroovySourceAST t, int visit)
- Specified by:
visitStarAssign
in interfaceVisitor
-
visitStarStar
public void visitStarStar(GroovySourceAST t, int visit)
- Specified by:
visitStarStar
in interfaceVisitor
-
visitStarStarAssign
public void visitStarStarAssign(GroovySourceAST t, int visit)
- Specified by:
visitStarStarAssign
in interfaceVisitor
-
visitStaticImport
public void visitStaticImport(GroovySourceAST t, int visit)
- Specified by:
visitStaticImport
in interfaceVisitor
-
visitStaticInit
public void visitStaticInit(GroovySourceAST t, int visit)
- Specified by:
visitStaticInit
in interfaceVisitor
-
visitStrictfp
public void visitStrictfp(GroovySourceAST t, int visit)
- Specified by:
visitStrictfp
in interfaceVisitor
-
visitStringCh
public void visitStringCh(GroovySourceAST t, int visit)
- Specified by:
visitStringCh
in interfaceVisitor
-
visitStringConstructor
public void visitStringConstructor(GroovySourceAST t, int visit)
- Specified by:
visitStringConstructor
in interfaceVisitor
-
visitStringCtorEnd
public void visitStringCtorEnd(GroovySourceAST t, int visit)
- Specified by:
visitStringCtorEnd
in interfaceVisitor
-
visitStringCtorMiddle
public void visitStringCtorMiddle(GroovySourceAST t, int visit)
- Specified by:
visitStringCtorMiddle
in interfaceVisitor
-
visitStringCtorStart
public void visitStringCtorStart(GroovySourceAST t, int visit)
- Specified by:
visitStringCtorStart
in interfaceVisitor
-
visitStringLiteral
public void visitStringLiteral(GroovySourceAST t, int visit)
- Specified by:
visitStringLiteral
in interfaceVisitor
-
visitStringNl
public void visitStringNl(GroovySourceAST t, int visit)
- Specified by:
visitStringNl
in interfaceVisitor
-
visitSuperCtorCall
public void visitSuperCtorCall(GroovySourceAST t, int visit)
- Specified by:
visitSuperCtorCall
in interfaceVisitor
-
visitTraitDef
public void visitTraitDef(GroovySourceAST t, int visit)
- Specified by:
visitTraitDef
in interfaceVisitor
-
visitTripleDot
public void visitTripleDot(GroovySourceAST t, int visit)
- Specified by:
visitTripleDot
in interfaceVisitor
-
visitType
public void visitType(GroovySourceAST t, int visit)
-
visitTypecast
public void visitTypecast(GroovySourceAST t, int visit)
- Specified by:
visitTypecast
in interfaceVisitor
-
visitTypeArgument
public void visitTypeArgument(GroovySourceAST t, int visit)
- Specified by:
visitTypeArgument
in interfaceVisitor
-
visitTypeArguments
public void visitTypeArguments(GroovySourceAST t, int visit)
- Specified by:
visitTypeArguments
in interfaceVisitor
-
visitTypeLowerBounds
public void visitTypeLowerBounds(GroovySourceAST t, int visit)
- Specified by:
visitTypeLowerBounds
in interfaceVisitor
-
visitTypeParameter
public void visitTypeParameter(GroovySourceAST t, int visit)
- Specified by:
visitTypeParameter
in interfaceVisitor
-
visitTypeParameters
public void visitTypeParameters(GroovySourceAST t, int visit)
- Specified by:
visitTypeParameters
in interfaceVisitor
-
visitTypeUpperBounds
public void visitTypeUpperBounds(GroovySourceAST t, int visit)
- Specified by:
visitTypeUpperBounds
in interfaceVisitor
-
visitUnaryMinus
public void visitUnaryMinus(GroovySourceAST t, int visit)
- Specified by:
visitUnaryMinus
in interfaceVisitor
-
visitUnaryPlus
public void visitUnaryPlus(GroovySourceAST t, int visit)
- Specified by:
visitUnaryPlus
in interfaceVisitor
-
visitUnusedConst
public void visitUnusedConst(GroovySourceAST t, int visit)
- Specified by:
visitUnusedConst
in interfaceVisitor
-
visitUnusedDo
public void visitUnusedDo(GroovySourceAST t, int visit)
- Specified by:
visitUnusedDo
in interfaceVisitor
-
visitUnusedGoto
public void visitUnusedGoto(GroovySourceAST t, int visit)
- Specified by:
visitUnusedGoto
in interfaceVisitor
-
visitVariableDef
public void visitVariableDef(GroovySourceAST t, int visit)
- Specified by:
visitVariableDef
in interfaceVisitor
-
visitVariableParameterDef
public void visitVariableParameterDef(GroovySourceAST t, int visit)
- Specified by:
visitVariableParameterDef
in interfaceVisitor
-
visitVocab
public void visitVocab(GroovySourceAST t, int visit)
- Specified by:
visitVocab
in interfaceVisitor
-
visitWildcardType
public void visitWildcardType(GroovySourceAST t, int visit)
- Specified by:
visitWildcardType
in interfaceVisitor
-
visitWs
public void visitWs(GroovySourceAST t, int visit)
-
visitDefault
public void visitDefault(GroovySourceAST t, int visit)
- Specified by:
visitDefault
in interfaceVisitor
-
push
public void push(GroovySourceAST t)
-
pop
public GroovySourceAST pop()
-
-