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:
 visitAbstractin interfaceVisitor
 
- 
visitAnnotation
public void visitAnnotation(GroovySourceAST t, int visit)
- Specified by:
 visitAnnotationin interfaceVisitor
 
- 
visitAnnotations
public void visitAnnotations(GroovySourceAST t, int visit)
- Specified by:
 visitAnnotationsin interfaceVisitor
 
- 
visitAnnotationArrayInit
public void visitAnnotationArrayInit(GroovySourceAST t, int visit)
- Specified by:
 visitAnnotationArrayInitin interfaceVisitor
 
- 
visitAnnotationDef
public void visitAnnotationDef(GroovySourceAST t, int visit)
- Specified by:
 visitAnnotationDefin interfaceVisitor
 
- 
visitAnnotationFieldDef
public void visitAnnotationFieldDef(GroovySourceAST t, int visit)
- Specified by:
 visitAnnotationFieldDefin interfaceVisitor
 
- 
visitAnnotationMemberValuePair
public void visitAnnotationMemberValuePair(GroovySourceAST t, int visit)
- Specified by:
 visitAnnotationMemberValuePairin interfaceVisitor
 
- 
visitArrayDeclarator
public void visitArrayDeclarator(GroovySourceAST t, int visit)
- Specified by:
 visitArrayDeclaratorin interfaceVisitor
 
- 
visitAssign
public void visitAssign(GroovySourceAST t, int visit)
- Specified by:
 visitAssignin 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:
 visitBandAssignin interfaceVisitor
 
- 
visitBigSuffix
public void visitBigSuffix(GroovySourceAST t, int visit)
- Specified by:
 visitBigSuffixin interfaceVisitor
 
- 
visitBlock
public void visitBlock(GroovySourceAST t, int visit)
- Specified by:
 visitBlockin 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:
 visitBorAssignin interfaceVisitor
 
- 
visitBsr
public void visitBsr(GroovySourceAST t, int visit)
 
- 
visitBsrAssign
public void visitBsrAssign(GroovySourceAST t, int visit)
- Specified by:
 visitBsrAssignin interfaceVisitor
 
- 
visitBxor
public void visitBxor(GroovySourceAST t, int visit)
 
- 
visitBxorAssign
public void visitBxorAssign(GroovySourceAST t, int visit)
- Specified by:
 visitBxorAssignin interfaceVisitor
 
- 
visitCaseGroup
public void visitCaseGroup(GroovySourceAST t, int visit)
- Specified by:
 visitCaseGroupin interfaceVisitor
 
- 
visitClassDef
public void visitClassDef(GroovySourceAST t, int visit)
- Specified by:
 visitClassDefin interfaceVisitor
 
- 
visitClosedBlock
public void visitClosedBlock(GroovySourceAST t, int visit)
- Specified by:
 visitClosedBlockin interfaceVisitor
 
- 
visitClosureOp
public void visitClosureOp(GroovySourceAST t, int visit)
- Specified by:
 visitClosureOpin interfaceVisitor
 
- 
visitClosureList
public void visitClosureList(GroovySourceAST t, int visit)
- Specified by:
 visitClosureListin interfaceVisitor
 
- 
visitColon
public void visitColon(GroovySourceAST t, int visit)
- Specified by:
 visitColonin interfaceVisitor
 
- 
visitComma
public void visitComma(GroovySourceAST t, int visit)
- Specified by:
 visitCommain interfaceVisitor
 
- 
visitCompareTo
public void visitCompareTo(GroovySourceAST t, int visit)
- Specified by:
 visitCompareToin interfaceVisitor
 
- 
visitCtorCall
public void visitCtorCall(GroovySourceAST t, int visit)
- Specified by:
 visitCtorCallin interfaceVisitor
 
- 
visitCtorIdent
public void visitCtorIdent(GroovySourceAST t, int visit)
- Specified by:
 visitCtorIdentin interfaceVisitor
 
- 
visitDec
public void visitDec(GroovySourceAST t, int visit)
 
- 
visitDigit
public void visitDigit(GroovySourceAST t, int visit)
- Specified by:
 visitDigitin interfaceVisitor
 
- 
visitDiv
public void visitDiv(GroovySourceAST t, int visit)
 
- 
visitDivAssign
public void visitDivAssign(GroovySourceAST t, int visit)
- Specified by:
 visitDivAssignin interfaceVisitor
 
- 
visitDollar
public void visitDollar(GroovySourceAST t, int visit)
- Specified by:
 visitDollarin interfaceVisitor
 
- 
visitDot
public void visitDot(GroovySourceAST t, int visit)
 
- 
visitDynamicMember
public void visitDynamicMember(GroovySourceAST t, int visit)
- Specified by:
 visitDynamicMemberin interfaceVisitor
 
- 
visitElist
public void visitElist(GroovySourceAST t, int visit)
- Specified by:
 visitElistin interfaceVisitor
 
- 
visitEmptyStat
public void visitEmptyStat(GroovySourceAST t, int visit)
- Specified by:
 visitEmptyStatin interfaceVisitor
 
- 
visitEnumConstantDef
public void visitEnumConstantDef(GroovySourceAST t, int visit)
- Specified by:
 visitEnumConstantDefin interfaceVisitor
 
- 
visitEnumDef
public void visitEnumDef(GroovySourceAST t, int visit)
- Specified by:
 visitEnumDefin interfaceVisitor
 
- 
visitEof
public void visitEof(GroovySourceAST t, int visit)
 
- 
visitEqual
public void visitEqual(GroovySourceAST t, int visit)
- Specified by:
 visitEqualin interfaceVisitor
 
- 
visitEsc
public void visitEsc(GroovySourceAST t, int visit)
 
- 
visitExponent
public void visitExponent(GroovySourceAST t, int visit)
- Specified by:
 visitExponentin interfaceVisitor
 
- 
visitExpr
public void visitExpr(GroovySourceAST t, int visit)
 
- 
visitExtendsClause
public void visitExtendsClause(GroovySourceAST t, int visit)
- Specified by:
 visitExtendsClausein interfaceVisitor
 
- 
visitFinal
public void visitFinal(GroovySourceAST t, int visit)
- Specified by:
 visitFinalin interfaceVisitor
 
- 
visitFloatSuffix
public void visitFloatSuffix(GroovySourceAST t, int visit)
- Specified by:
 visitFloatSuffixin interfaceVisitor
 
- 
visitForCondition
public void visitForCondition(GroovySourceAST t, int visit)
- Specified by:
 visitForConditionin interfaceVisitor
 
- 
visitForEachClause
public void visitForEachClause(GroovySourceAST t, int visit)
- Specified by:
 visitForEachClausein interfaceVisitor
 
- 
visitForInit
public void visitForInit(GroovySourceAST t, int visit)
- Specified by:
 visitForInitin interfaceVisitor
 
- 
visitForInIterable
public void visitForInIterable(GroovySourceAST t, int visit)
- Specified by:
 visitForInIterablein interfaceVisitor
 
- 
visitForIterator
public void visitForIterator(GroovySourceAST t, int visit)
- Specified by:
 visitForIteratorin 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:
 visitHexDigitin interfaceVisitor
 
- 
visitIdent
public void visitIdent(GroovySourceAST t, int visit)
- Specified by:
 visitIdentin interfaceVisitor
 
- 
visitImplementsClause
public void visitImplementsClause(GroovySourceAST t, int visit)
- Specified by:
 visitImplementsClausein interfaceVisitor
 
- 
visitImplicitParameters
public void visitImplicitParameters(GroovySourceAST t, int visit)
- Specified by:
 visitImplicitParametersin interfaceVisitor
 
- 
visitImport
public void visitImport(GroovySourceAST t, int visit)
- Specified by:
 visitImportin interfaceVisitor
 
- 
visitInc
public void visitInc(GroovySourceAST t, int visit)
 
- 
visitIndexOp
public void visitIndexOp(GroovySourceAST t, int visit)
- Specified by:
 visitIndexOpin interfaceVisitor
 
- 
visitInstanceInit
public void visitInstanceInit(GroovySourceAST t, int visit)
- Specified by:
 visitInstanceInitin interfaceVisitor
 
- 
visitInterfaceDef
public void visitInterfaceDef(GroovySourceAST t, int visit)
- Specified by:
 visitInterfaceDefin interfaceVisitor
 
- 
visitLabeledArg
public void visitLabeledArg(GroovySourceAST t, int visit)
- Specified by:
 visitLabeledArgin interfaceVisitor
 
- 
visitLabeledStat
public void visitLabeledStat(GroovySourceAST t, int visit)
- Specified by:
 visitLabeledStatin interfaceVisitor
 
- 
visitLand
public void visitLand(GroovySourceAST t, int visit)
 
- 
visitLbrack
public void visitLbrack(GroovySourceAST t, int visit)
- Specified by:
 visitLbrackin interfaceVisitor
 
- 
visitLcurly
public void visitLcurly(GroovySourceAST t, int visit)
- Specified by:
 visitLcurlyin interfaceVisitor
 
- 
visitLe
public void visitLe(GroovySourceAST t, int visit)
 
- 
visitLetter
public void visitLetter(GroovySourceAST t, int visit)
- Specified by:
 visitLetterin interfaceVisitor
 
- 
visitListConstructor
public void visitListConstructor(GroovySourceAST t, int visit)
- Specified by:
 visitListConstructorin interfaceVisitor
 
- 
visitLiteralAs
public void visitLiteralAs(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralAsin interfaceVisitor
 
- 
visitLiteralAssert
public void visitLiteralAssert(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralAssertin interfaceVisitor
 
- 
visitLiteralBoolean
public void visitLiteralBoolean(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralBooleanin interfaceVisitor
 
- 
visitLiteralBreak
public void visitLiteralBreak(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralBreakin interfaceVisitor
 
- 
visitLiteralByte
public void visitLiteralByte(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralBytein interfaceVisitor
 
- 
visitLiteralCase
public void visitLiteralCase(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralCasein interfaceVisitor
 
- 
visitLiteralCatch
public void visitLiteralCatch(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralCatchin interfaceVisitor
 
- 
visitLiteralChar
public void visitLiteralChar(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralCharin interfaceVisitor
 
- 
visitLiteralClass
public void visitLiteralClass(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralClassin interfaceVisitor
 
- 
visitLiteralContinue
public void visitLiteralContinue(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralContinuein interfaceVisitor
 
- 
visitLiteralDef
public void visitLiteralDef(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralDefin interfaceVisitor
 
- 
visitLiteralDefault
public void visitLiteralDefault(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralDefaultin interfaceVisitor
 
- 
visitLiteralDouble
public void visitLiteralDouble(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralDoublein interfaceVisitor
 
- 
visitLiteralElse
public void visitLiteralElse(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralElsein interfaceVisitor
 
- 
visitLiteralEnum
public void visitLiteralEnum(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralEnumin interfaceVisitor
 
- 
visitLiteralExtends
public void visitLiteralExtends(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralExtendsin interfaceVisitor
 
- 
visitLiteralFalse
public void visitLiteralFalse(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralFalsein interfaceVisitor
 
- 
visitLiteralFinally
public void visitLiteralFinally(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralFinallyin interfaceVisitor
 
- 
visitLiteralFloat
public void visitLiteralFloat(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralFloatin interfaceVisitor
 
- 
visitLiteralFor
public void visitLiteralFor(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralForin interfaceVisitor
 
- 
visitLiteralIf
public void visitLiteralIf(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralIfin interfaceVisitor
 
- 
visitLiteralImplements
public void visitLiteralImplements(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralImplementsin interfaceVisitor
 
- 
visitLiteralImport
public void visitLiteralImport(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralImportin interfaceVisitor
 
- 
visitLiteralIn
public void visitLiteralIn(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralInin interfaceVisitor
 
- 
visitLiteralInstanceof
public void visitLiteralInstanceof(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralInstanceofin interfaceVisitor
 
- 
visitLiteralInt
public void visitLiteralInt(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralIntin interfaceVisitor
 
- 
visitLiteralInterface
public void visitLiteralInterface(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralInterfacein interfaceVisitor
 
- 
visitLiteralLong
public void visitLiteralLong(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralLongin interfaceVisitor
 
- 
visitLiteralNative
public void visitLiteralNative(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralNativein interfaceVisitor
 
- 
visitLiteralNew
public void visitLiteralNew(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralNewin interfaceVisitor
 
- 
visitLiteralNull
public void visitLiteralNull(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralNullin interfaceVisitor
 
- 
visitLiteralPackage
public void visitLiteralPackage(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralPackagein interfaceVisitor
 
- 
visitLiteralPrivate
public void visitLiteralPrivate(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralPrivatein interfaceVisitor
 
- 
visitLiteralProtected
public void visitLiteralProtected(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralProtectedin interfaceVisitor
 
- 
visitLiteralPublic
public void visitLiteralPublic(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralPublicin interfaceVisitor
 
- 
visitLiteralReturn
public void visitLiteralReturn(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralReturnin interfaceVisitor
 
- 
visitLiteralShort
public void visitLiteralShort(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralShortin interfaceVisitor
 
- 
visitLiteralStatic
public void visitLiteralStatic(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralStaticin interfaceVisitor
 
- 
visitLiteralSuper
public void visitLiteralSuper(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralSuperin interfaceVisitor
 
- 
visitLiteralSwitch
public void visitLiteralSwitch(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralSwitchin interfaceVisitor
 
- 
visitLiteralSynchronized
public void visitLiteralSynchronized(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralSynchronizedin interfaceVisitor
 
- 
visitLiteralThis
public void visitLiteralThis(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralThisin interfaceVisitor
 
- 
visitLiteralThreadsafe
public void visitLiteralThreadsafe(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralThreadsafein interfaceVisitor
 
- 
visitLiteralThrow
public void visitLiteralThrow(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralThrowin interfaceVisitor
 
- 
visitLiteralThrows
public void visitLiteralThrows(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralThrowsin interfaceVisitor
 
- 
visitLiteralTransient
public void visitLiteralTransient(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralTransientin interfaceVisitor
 
- 
visitLiteralTrue
public void visitLiteralTrue(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralTruein interfaceVisitor
 
- 
visitLiteralTry
public void visitLiteralTry(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralTryin interfaceVisitor
 
- 
visitLiteralVoid
public void visitLiteralVoid(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralVoidin interfaceVisitor
 
- 
visitLiteralVolatile
public void visitLiteralVolatile(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralVolatilein interfaceVisitor
 
- 
visitLiteralWhile
public void visitLiteralWhile(GroovySourceAST t, int visit)
- Specified by:
 visitLiteralWhilein 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:
 visitLparenin interfaceVisitor
 
- 
visitLt
public void visitLt(GroovySourceAST t, int visit)
 
- 
visitMapConstructor
public void visitMapConstructor(GroovySourceAST t, int visit)
- Specified by:
 visitMapConstructorin interfaceVisitor
 
- 
visitMemberPointer
public void visitMemberPointer(GroovySourceAST t, int visit)
- Specified by:
 visitMemberPointerin interfaceVisitor
 
- 
visitMethodCall
public void visitMethodCall(GroovySourceAST t, int visit)
- Specified by:
 visitMethodCallin interfaceVisitor
 
- 
visitMethodDef
public void visitMethodDef(GroovySourceAST t, int visit)
- Specified by:
 visitMethodDefin interfaceVisitor
 
- 
visitMinus
public void visitMinus(GroovySourceAST t, int visit)
- Specified by:
 visitMinusin interfaceVisitor
 
- 
visitMinusAssign
public void visitMinusAssign(GroovySourceAST t, int visit)
- Specified by:
 visitMinusAssignin interfaceVisitor
 
- 
visitMlComment
public void visitMlComment(GroovySourceAST t, int visit)
- Specified by:
 visitMlCommentin interfaceVisitor
 
- 
visitMod
public void visitMod(GroovySourceAST t, int visit)
 
- 
visitModifiers
public void visitModifiers(GroovySourceAST t, int visit)
- Specified by:
 visitModifiersin interfaceVisitor
 
- 
visitModAssign
public void visitModAssign(GroovySourceAST t, int visit)
- Specified by:
 visitModAssignin interfaceVisitor
 
- 
visitMultiCatch
public void visitMultiCatch(GroovySourceAST t, int visit)
- Specified by:
 visitMultiCatchin interfaceVisitor
 
- 
visitMultiCatchTypes
public void visitMultiCatchTypes(GroovySourceAST t, int visit)
- Specified by:
 visitMultiCatchTypesin interfaceVisitor
 
- 
visitNls
public void visitNls(GroovySourceAST t, int visit)
 
- 
visitNotEqual
public void visitNotEqual(GroovySourceAST t, int visit)
- Specified by:
 visitNotEqualin interfaceVisitor
 
- 
visitNullTreeLookahead
public void visitNullTreeLookahead(GroovySourceAST t, int visit)
- Specified by:
 visitNullTreeLookaheadin interfaceVisitor
 
- 
visitNumBigDecimal
public void visitNumBigDecimal(GroovySourceAST t, int visit)
- Specified by:
 visitNumBigDecimalin interfaceVisitor
 
- 
visitNumBigInt
public void visitNumBigInt(GroovySourceAST t, int visit)
- Specified by:
 visitNumBigIntin interfaceVisitor
 
- 
visitNumDouble
public void visitNumDouble(GroovySourceAST t, int visit)
- Specified by:
 visitNumDoublein interfaceVisitor
 
- 
visitNumFloat
public void visitNumFloat(GroovySourceAST t, int visit)
- Specified by:
 visitNumFloatin interfaceVisitor
 
- 
visitNumInt
public void visitNumInt(GroovySourceAST t, int visit)
- Specified by:
 visitNumIntin interfaceVisitor
 
- 
visitNumLong
public void visitNumLong(GroovySourceAST t, int visit)
- Specified by:
 visitNumLongin interfaceVisitor
 
- 
visitObjblock
public void visitObjblock(GroovySourceAST t, int visit)
- Specified by:
 visitObjblockin interfaceVisitor
 
- 
visitOneNl
public void visitOneNl(GroovySourceAST t, int visit)
- Specified by:
 visitOneNlin interfaceVisitor
 
- 
visitOptionalDot
public void visitOptionalDot(GroovySourceAST t, int visit)
- Specified by:
 visitOptionalDotin interfaceVisitor
 
- 
visitPackageDef
public void visitPackageDef(GroovySourceAST t, int visit)
- Specified by:
 visitPackageDefin interfaceVisitor
 
- 
visitParameters
public void visitParameters(GroovySourceAST t, int visit)
- Specified by:
 visitParametersin interfaceVisitor
 
- 
visitParameterDef
public void visitParameterDef(GroovySourceAST t, int visit)
- Specified by:
 visitParameterDefin interfaceVisitor
 
- 
visitPlus
public void visitPlus(GroovySourceAST t, int visit)
 
- 
visitPlusAssign
public void visitPlusAssign(GroovySourceAST t, int visit)
- Specified by:
 visitPlusAssignin interfaceVisitor
 
- 
visitPostDec
public void visitPostDec(GroovySourceAST t, int visit)
- Specified by:
 visitPostDecin interfaceVisitor
 
- 
visitPostInc
public void visitPostInc(GroovySourceAST t, int visit)
- Specified by:
 visitPostIncin interfaceVisitor
 
- 
visitQuestion
public void visitQuestion(GroovySourceAST t, int visit)
- Specified by:
 visitQuestionin interfaceVisitor
 
- 
visitRangeExclusive
public void visitRangeExclusive(GroovySourceAST t, int visit)
- Specified by:
 visitRangeExclusivein interfaceVisitor
 
- 
visitRangeInclusive
public void visitRangeInclusive(GroovySourceAST t, int visit)
- Specified by:
 visitRangeInclusivein interfaceVisitor
 
- 
visitRbrack
public void visitRbrack(GroovySourceAST t, int visit)
- Specified by:
 visitRbrackin interfaceVisitor
 
- 
visitRcurly
public void visitRcurly(GroovySourceAST t, int visit)
- Specified by:
 visitRcurlyin interfaceVisitor
 
- 
visitRegexpCtorEnd
public void visitRegexpCtorEnd(GroovySourceAST t, int visit)
- Specified by:
 visitRegexpCtorEndin interfaceVisitor
 
- 
visitRegexpLiteral
public void visitRegexpLiteral(GroovySourceAST t, int visit)
- Specified by:
 visitRegexpLiteralin interfaceVisitor
 
- 
visitRegexpSymbol
public void visitRegexpSymbol(GroovySourceAST t, int visit)
- Specified by:
 visitRegexpSymbolin interfaceVisitor
 
- 
visitRegexFind
public void visitRegexFind(GroovySourceAST t, int visit)
- Specified by:
 visitRegexFindin interfaceVisitor
 
- 
visitRegexMatch
public void visitRegexMatch(GroovySourceAST t, int visit)
- Specified by:
 visitRegexMatchin interfaceVisitor
 
- 
visitRparen
public void visitRparen(GroovySourceAST t, int visit)
- Specified by:
 visitRparenin interfaceVisitor
 
- 
visitSelectSlot
public void visitSelectSlot(GroovySourceAST t, int visit)
- Specified by:
 visitSelectSlotin interfaceVisitor
 
- 
visitSemi
public void visitSemi(GroovySourceAST t, int visit)
 
- 
visitShComment
public void visitShComment(GroovySourceAST t, int visit)
- Specified by:
 visitShCommentin interfaceVisitor
 
- 
visitSl
public void visitSl(GroovySourceAST t, int visit)
 
- 
visitSlist
public void visitSlist(GroovySourceAST t, int visit)
- Specified by:
 visitSlistin interfaceVisitor
 
- 
visitSlAssign
public void visitSlAssign(GroovySourceAST t, int visit)
- Specified by:
 visitSlAssignin interfaceVisitor
 
- 
visitSlComment
public void visitSlComment(GroovySourceAST t, int visit)
- Specified by:
 visitSlCommentin interfaceVisitor
 
- 
visitSpreadArg
public void visitSpreadArg(GroovySourceAST t, int visit)
- Specified by:
 visitSpreadArgin interfaceVisitor
 
- 
visitSpreadDot
public void visitSpreadDot(GroovySourceAST t, int visit)
- Specified by:
 visitSpreadDotin interfaceVisitor
 
- 
visitSpreadMapArg
public void visitSpreadMapArg(GroovySourceAST t, int visit)
- Specified by:
 visitSpreadMapArgin interfaceVisitor
 
- 
visitSr
public void visitSr(GroovySourceAST t, int visit)
 
- 
visitSrAssign
public void visitSrAssign(GroovySourceAST t, int visit)
- Specified by:
 visitSrAssignin interfaceVisitor
 
- 
visitStar
public void visitStar(GroovySourceAST t, int visit)
 
- 
visitStarAssign
public void visitStarAssign(GroovySourceAST t, int visit)
- Specified by:
 visitStarAssignin interfaceVisitor
 
- 
visitStarStar
public void visitStarStar(GroovySourceAST t, int visit)
- Specified by:
 visitStarStarin interfaceVisitor
 
- 
visitStarStarAssign
public void visitStarStarAssign(GroovySourceAST t, int visit)
- Specified by:
 visitStarStarAssignin interfaceVisitor
 
- 
visitStaticImport
public void visitStaticImport(GroovySourceAST t, int visit)
- Specified by:
 visitStaticImportin interfaceVisitor
 
- 
visitStaticInit
public void visitStaticInit(GroovySourceAST t, int visit)
- Specified by:
 visitStaticInitin interfaceVisitor
 
- 
visitStrictfp
public void visitStrictfp(GroovySourceAST t, int visit)
- Specified by:
 visitStrictfpin interfaceVisitor
 
- 
visitStringCh
public void visitStringCh(GroovySourceAST t, int visit)
- Specified by:
 visitStringChin interfaceVisitor
 
- 
visitStringConstructor
public void visitStringConstructor(GroovySourceAST t, int visit)
- Specified by:
 visitStringConstructorin interfaceVisitor
 
- 
visitStringCtorEnd
public void visitStringCtorEnd(GroovySourceAST t, int visit)
- Specified by:
 visitStringCtorEndin interfaceVisitor
 
- 
visitStringCtorMiddle
public void visitStringCtorMiddle(GroovySourceAST t, int visit)
- Specified by:
 visitStringCtorMiddlein interfaceVisitor
 
- 
visitStringCtorStart
public void visitStringCtorStart(GroovySourceAST t, int visit)
- Specified by:
 visitStringCtorStartin interfaceVisitor
 
- 
visitStringLiteral
public void visitStringLiteral(GroovySourceAST t, int visit)
- Specified by:
 visitStringLiteralin interfaceVisitor
 
- 
visitStringNl
public void visitStringNl(GroovySourceAST t, int visit)
- Specified by:
 visitStringNlin interfaceVisitor
 
- 
visitSuperCtorCall
public void visitSuperCtorCall(GroovySourceAST t, int visit)
- Specified by:
 visitSuperCtorCallin interfaceVisitor
 
- 
visitTraitDef
public void visitTraitDef(GroovySourceAST t, int visit)
- Specified by:
 visitTraitDefin interfaceVisitor
 
- 
visitTripleDot
public void visitTripleDot(GroovySourceAST t, int visit)
- Specified by:
 visitTripleDotin interfaceVisitor
 
- 
visitType
public void visitType(GroovySourceAST t, int visit)
 
- 
visitTypecast
public void visitTypecast(GroovySourceAST t, int visit)
- Specified by:
 visitTypecastin interfaceVisitor
 
- 
visitTypeArgument
public void visitTypeArgument(GroovySourceAST t, int visit)
- Specified by:
 visitTypeArgumentin interfaceVisitor
 
- 
visitTypeArguments
public void visitTypeArguments(GroovySourceAST t, int visit)
- Specified by:
 visitTypeArgumentsin interfaceVisitor
 
- 
visitTypeLowerBounds
public void visitTypeLowerBounds(GroovySourceAST t, int visit)
- Specified by:
 visitTypeLowerBoundsin interfaceVisitor
 
- 
visitTypeParameter
public void visitTypeParameter(GroovySourceAST t, int visit)
- Specified by:
 visitTypeParameterin interfaceVisitor
 
- 
visitTypeParameters
public void visitTypeParameters(GroovySourceAST t, int visit)
- Specified by:
 visitTypeParametersin interfaceVisitor
 
- 
visitTypeUpperBounds
public void visitTypeUpperBounds(GroovySourceAST t, int visit)
- Specified by:
 visitTypeUpperBoundsin interfaceVisitor
 
- 
visitUnaryMinus
public void visitUnaryMinus(GroovySourceAST t, int visit)
- Specified by:
 visitUnaryMinusin interfaceVisitor
 
- 
visitUnaryPlus
public void visitUnaryPlus(GroovySourceAST t, int visit)
- Specified by:
 visitUnaryPlusin interfaceVisitor
 
- 
visitUnusedConst
public void visitUnusedConst(GroovySourceAST t, int visit)
- Specified by:
 visitUnusedConstin interfaceVisitor
 
- 
visitUnusedDo
public void visitUnusedDo(GroovySourceAST t, int visit)
- Specified by:
 visitUnusedDoin interfaceVisitor
 
- 
visitUnusedGoto
public void visitUnusedGoto(GroovySourceAST t, int visit)
- Specified by:
 visitUnusedGotoin interfaceVisitor
 
- 
visitVariableDef
public void visitVariableDef(GroovySourceAST t, int visit)
- Specified by:
 visitVariableDefin interfaceVisitor
 
- 
visitVariableParameterDef
public void visitVariableParameterDef(GroovySourceAST t, int visit)
- Specified by:
 visitVariableParameterDefin interfaceVisitor
 
- 
visitVocab
public void visitVocab(GroovySourceAST t, int visit)
- Specified by:
 visitVocabin interfaceVisitor
 
- 
visitWildcardType
public void visitWildcardType(GroovySourceAST t, int visit)
- Specified by:
 visitWildcardTypein interfaceVisitor
 
- 
visitWs
public void visitWs(GroovySourceAST t, int visit)
 
- 
visitDefault
public void visitDefault(GroovySourceAST t, int visit)
- Specified by:
 visitDefaultin interfaceVisitor
 
- 
push
public void push(GroovySourceAST t)
 
- 
pop
public GroovySourceAST pop()
 
 - 
 
 -