| Constructor and Description |
|---|
GenericVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
after(Annotation annotation) |
void |
after(AnnotationArrayInitializer annotationArrayInitializer) |
void |
after(AnnotationDeclaration annotationDeclaration) |
void |
after(AnnotationMethodDeclaration annotationMethodDeclaration) |
void |
after(ArrayAccess arrayAccess) |
void |
after(ArrayCreation arrayCreation) |
void |
after(ArrayCreationDimension arrayCreationDimension) |
void |
after(ArrayInitializer arrayInitializer) |
void |
after(AssertStatement assertStatement) |
void |
after(Block block) |
void |
after(BlockDeclaration blockDeclaration) |
void |
after(BreakStatement breakStatement) |
void |
after(CatchClause catchClause) |
void |
after(ClassDeclaration classDeclaration) |
void |
after(ClassExpression classExpression) |
void |
after(ClassInstantiation classInstantiation) |
void |
after(ClassMethodDeclaration classMethodDeclaration) |
void |
after(ClassOrInterfaceType classOrInterfaceType) |
void |
after(CompilationUnit compilationUnit) |
void |
after(ConstDeclaration constDeclaration) |
void |
after(ConstructorDeclaration constructorDeclaration) |
void |
after(ContinueStatement continueStatement) |
void |
after(DefaultSwitchLabel defaultSwitchLabel) |
void |
after(DoWhileStatement doWhileStatement) |
void |
after(EnumConstant enumConstant) |
void |
after(EnumDeclaration enumDeclaration) |
void |
after(ExpressionStatement expressionStatement) |
void |
after(FieldDeclaration fieldDeclaration) |
void |
after(ForEachControl forEachControl) |
void |
after(FormalParameter formalParameter) |
void |
after(ForStatement forStatement) |
void |
after(GeneralInvocation generalInvocation) |
void |
after(Identifier identifier) |
void |
after(IdentifierWithTypeArguments identifierWithTypeArguments) |
void |
after(IfStatement ifStatement) |
void |
after(ImportDeclaration importDeclaration) |
void |
after(InfixExpression infixExpression) |
void |
after(InstanceOf instanceOf) |
void |
after(InterfaceDeclaration interfaceDeclaration) |
void |
after(InterfaceMethodDeclaration interfaceMethodDeclaration) |
void |
after(Literal literal) |
void |
after(LocalVariableDeclaration localVariableDeclaration) |
void |
after(LoopControl loopControl) |
void |
after(MethodInvocation methodInvocation) |
void |
after(NameValuePair nameValuePair) |
void |
after(PackageDeclaration packageDeclaration) |
void |
after(PostfixExpression postfixExpression) |
void |
after(PrefixExpression prefixExpression) |
void |
after(PrimitiveType primitiveType) |
void |
after(QualifiedName qualifiedName) |
void |
after(Resource resource) |
void |
after(ReturnStatement returnStatement) |
void |
after(ScopedExpression scopedExpression) |
void |
after(SuperExpression superExpression) |
void |
after(SuperInvocation superInvocation) |
void |
after(SwitchBlock switchBlock) |
void |
after(SwitchStatement switchStatement) |
void |
after(SynchronizedStatement synchronizedStatement) |
void |
after(TernaryExpression ternaryExpression) |
void |
after(ThisExpression thisExpression) |
void |
after(ThisInvocation thisInvocation) |
void |
after(ThrowStatement throwStatement) |
void |
after(TryStatement tryStatement) |
void |
after(TypeCast typeCast) |
void |
after(TypeParameter typeParameter) |
void |
after(TypeWithArguments typeWithArguments) |
void |
after(VariableDeclaration variableDeclaration) |
void |
after(VoidType voidType) |
void |
after(WhileStatement whileStatement) |
void |
after(WildcardTypeArgument wildcardTypeArgument) |
void |
before(Annotation annotation) |
void |
before(AnnotationArrayInitializer annotationArrayInitializer) |
void |
before(AnnotationDeclaration annotationDeclaration) |
void |
before(AnnotationMethodDeclaration annotationMethodDeclaration) |
void |
before(ArrayAccess arrayAccess) |
void |
before(ArrayCreation arrayCreation) |
void |
before(ArrayCreationDimension arrayCreationDimension) |
void |
before(ArrayInitializer arrayInitializer) |
void |
before(AssertStatement assertStatement) |
void |
before(Block block) |
void |
before(BlockDeclaration blockDeclaration) |
void |
before(BreakStatement breakStatement) |
void |
before(CatchClause catchClause) |
void |
before(ClassDeclaration classDeclaration) |
void |
before(ClassExpression classExpression) |
void |
before(ClassInstantiation classInstantiation) |
void |
before(ClassMethodDeclaration classMethodDeclaration) |
void |
before(ClassOrInterfaceType classOrInterfaceType) |
void |
before(CompilationUnit compilationUnit) |
void |
before(ConstDeclaration constDeclaration) |
void |
before(ConstructorDeclaration constructorDeclaration) |
void |
before(ContinueStatement continueStatement) |
void |
before(DefaultSwitchLabel defaultSwitchLabel) |
void |
before(DoWhileStatement doWhileStatement) |
void |
before(EnumConstant enumConstant) |
void |
before(EnumDeclaration enumDeclaration) |
void |
before(ExpressionStatement expressionStatement) |
void |
before(FieldDeclaration fieldDeclaration) |
void |
before(ForEachControl forEachControl) |
void |
before(FormalParameter formalParameter) |
void |
before(ForStatement forStatement) |
void |
before(GeneralInvocation generalInvocation) |
void |
before(Identifier identifier) |
void |
before(IdentifierWithTypeArguments identifierWithTypeArguments) |
void |
before(IfStatement ifStatement) |
void |
before(ImportDeclaration importDeclaration) |
void |
before(InfixExpression infixExpression) |
void |
before(InstanceOf instanceOf) |
void |
before(InterfaceDeclaration interfaceDeclaration) |
void |
before(InterfaceMethodDeclaration interfaceMethodDeclaration) |
void |
before(Literal literal) |
void |
before(LocalVariableDeclaration localVariableDeclaration) |
void |
before(LoopControl loopControl) |
void |
before(MethodInvocation methodInvocation) |
void |
before(NameValuePair nameValuePair) |
void |
before(PackageDeclaration packageDeclaration) |
void |
before(PostfixExpression postfixExpression) |
void |
before(PrefixExpression prefixExpression) |
void |
before(PrimitiveType primitiveType) |
void |
before(QualifiedName qualifiedName) |
void |
before(Resource resource) |
void |
before(ReturnStatement returnStatement) |
void |
before(ScopedExpression scopedExpression) |
void |
before(SuperExpression superExpression) |
void |
before(SuperInvocation superInvocation) |
void |
before(SwitchBlock switchBlock) |
void |
before(SwitchStatement switchStatement) |
void |
before(SynchronizedStatement synchronizedStatement) |
void |
before(TernaryExpression ternaryExpression) |
void |
before(ThisExpression thisExpression) |
void |
before(ThisInvocation thisInvocation) |
void |
before(ThrowStatement throwStatement) |
void |
before(TryStatement tryStatement) |
void |
before(TypeCast typeCast) |
void |
before(TypeParameter typeParameter) |
void |
before(TypeWithArguments typeWithArguments) |
void |
before(VariableDeclaration variableDeclaration) |
void |
before(VoidType voidType) |
void |
before(WhileStatement whileStatement) |
void |
before(WildcardTypeArgument wildcardTypeArgument) |
void |
visitAfter(JavaNode node) |
void |
visitBefore(JavaNode node) |
public void after(Annotation annotation)
public void after(AnnotationArrayInitializer annotationArrayInitializer)
public void after(AnnotationDeclaration annotationDeclaration)
public void after(AnnotationMethodDeclaration annotationMethodDeclaration)
public void after(ArrayAccess arrayAccess)
public void after(ArrayCreation arrayCreation)
public void after(ArrayCreationDimension arrayCreationDimension)
public void after(ArrayInitializer arrayInitializer)
public void after(AssertStatement assertStatement)
public void after(Block block)
public void after(BlockDeclaration blockDeclaration)
public void after(BreakStatement breakStatement)
public void after(CatchClause catchClause)
public void after(ClassDeclaration classDeclaration)
public void after(ClassExpression classExpression)
public void after(ClassInstantiation classInstantiation)
public void after(ClassMethodDeclaration classMethodDeclaration)
public void after(ClassOrInterfaceType classOrInterfaceType)
public void after(CompilationUnit compilationUnit)
public void after(ConstDeclaration constDeclaration)
public void after(ConstructorDeclaration constructorDeclaration)
public void after(ContinueStatement continueStatement)
public void after(DefaultSwitchLabel defaultSwitchLabel)
public void after(DoWhileStatement doWhileStatement)
public void after(EnumConstant enumConstant)
public void after(EnumDeclaration enumDeclaration)
public void after(ExpressionStatement expressionStatement)
public void after(FieldDeclaration fieldDeclaration)
public void after(ForEachControl forEachControl)
public void after(FormalParameter formalParameter)
public void after(ForStatement forStatement)
public void after(GeneralInvocation generalInvocation)
public void after(Identifier identifier)
public void after(IdentifierWithTypeArguments identifierWithTypeArguments)
public void after(IfStatement ifStatement)
public void after(ImportDeclaration importDeclaration)
public void after(InfixExpression infixExpression)
public void after(InstanceOf instanceOf)
public void after(InterfaceDeclaration interfaceDeclaration)
public void after(InterfaceMethodDeclaration interfaceMethodDeclaration)
public void after(Literal literal)
public void after(LocalVariableDeclaration localVariableDeclaration)
public void after(LoopControl loopControl)
public void after(MethodInvocation methodInvocation)
public void after(NameValuePair nameValuePair)
public void after(PackageDeclaration packageDeclaration)
public void after(PostfixExpression postfixExpression)
public void after(PrefixExpression prefixExpression)
public void after(PrimitiveType primitiveType)
public void after(QualifiedName qualifiedName)
public void after(Resource resource)
public void after(ReturnStatement returnStatement)
public void after(ScopedExpression scopedExpression)
public void after(SuperExpression superExpression)
public void after(SuperInvocation superInvocation)
public void after(SwitchBlock switchBlock)
public void after(SwitchStatement switchStatement)
public void after(SynchronizedStatement synchronizedStatement)
public void after(TernaryExpression ternaryExpression)
public void after(ThisExpression thisExpression)
public void after(ThisInvocation thisInvocation)
public void after(ThrowStatement throwStatement)
public void after(TryStatement tryStatement)
public void after(TypeCast typeCast)
public void after(TypeParameter typeParameter)
public void after(TypeWithArguments typeWithArguments)
public void after(VariableDeclaration variableDeclaration)
public void after(VoidType voidType)
public void after(WhileStatement whileStatement)
public void after(WildcardTypeArgument wildcardTypeArgument)
public void before(Annotation annotation)
public void before(AnnotationArrayInitializer annotationArrayInitializer)
public void before(AnnotationDeclaration annotationDeclaration)
public void before(AnnotationMethodDeclaration annotationMethodDeclaration)
public void before(ArrayAccess arrayAccess)
public void before(ArrayCreation arrayCreation)
public void before(ArrayCreationDimension arrayCreationDimension)
public void before(ArrayInitializer arrayInitializer)
public void before(AssertStatement assertStatement)
public void before(Block block)
public void before(BlockDeclaration blockDeclaration)
public void before(BreakStatement breakStatement)
public void before(CatchClause catchClause)
public void before(ClassDeclaration classDeclaration)
public void before(ClassExpression classExpression)
public void before(ClassInstantiation classInstantiation)
public void before(ClassMethodDeclaration classMethodDeclaration)
public void before(ClassOrInterfaceType classOrInterfaceType)
public void before(CompilationUnit compilationUnit)
public void before(ConstDeclaration constDeclaration)
public void before(ConstructorDeclaration constructorDeclaration)
public void before(ContinueStatement continueStatement)
public void before(DefaultSwitchLabel defaultSwitchLabel)
public void before(DoWhileStatement doWhileStatement)
public void before(EnumConstant enumConstant)
public void before(EnumDeclaration enumDeclaration)
public void before(ExpressionStatement expressionStatement)
public void before(FieldDeclaration fieldDeclaration)
public void before(ForEachControl forEachControl)
public void before(FormalParameter formalParameter)
public void before(ForStatement forStatement)
public void before(GeneralInvocation generalInvocation)
public void before(Identifier identifier)
public void before(IdentifierWithTypeArguments identifierWithTypeArguments)
public void before(IfStatement ifStatement)
public void before(ImportDeclaration importDeclaration)
public void before(InfixExpression infixExpression)
public void before(InstanceOf instanceOf)
public void before(InterfaceDeclaration interfaceDeclaration)
public void before(InterfaceMethodDeclaration interfaceMethodDeclaration)
public void before(Literal literal)
public void before(LocalVariableDeclaration localVariableDeclaration)
public void before(LoopControl loopControl)
public void before(MethodInvocation methodInvocation)
public void before(NameValuePair nameValuePair)
public void before(PackageDeclaration packageDeclaration)
public void before(PostfixExpression postfixExpression)
public void before(PrefixExpression prefixExpression)
public void before(PrimitiveType primitiveType)
public void before(QualifiedName qualifiedName)
public void before(Resource resource)
public void before(ReturnStatement returnStatement)
public void before(ScopedExpression scopedExpression)
public void before(SuperExpression superExpression)
public void before(SuperInvocation superInvocation)
public void before(SwitchBlock switchBlock)
public void before(SwitchStatement switchStatement)
public void before(SynchronizedStatement synchronizedStatement)
public void before(TernaryExpression ternaryExpression)
public void before(ThisExpression thisExpression)
public void before(ThisInvocation thisInvocation)
public void before(ThrowStatement throwStatement)
public void before(TryStatement tryStatement)
public void before(TypeCast typeCast)
public void before(TypeParameter typeParameter)
public void before(TypeWithArguments typeWithArguments)
public void before(VariableDeclaration variableDeclaration)
public void before(VoidType voidType)
public void before(WhileStatement whileStatement)
public void before(WildcardTypeArgument wildcardTypeArgument)
public void visitAfter(JavaNode node)
visitAfter in interface Visitor<JavaNode>public void visitBefore(JavaNode node)
visitBefore in interface Visitor<JavaNode>Copyright © 2013. All rights reserved.