|
RECODER 0.92 | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectrecoder.java.SourceVisitor
public abstract class SourceVisitor
A source visitor defines actions to be triggered while visiting source
elements. The PrettyPrinteris an instance of this
visitor.
| Constructor Summary | |
|---|---|
SourceVisitor()
|
|
| Method Summary | |
|---|---|
void |
visitAbstract(Abstract x)
Visits the specified abstract modifier. |
void |
visitAnnotationDeclaration(AnnotationDeclaration x)
|
void |
visitAnnotationPropertyDeclaration(AnnotationPropertyDeclaration x)
Visits the specified annotation property declaration. |
void |
visitAnnotationPropertyReference(AnnotationPropertyReference x)
Visit the specified AnnotationPropertyReference. |
void |
visitAnnotationUse(AnnotationUseSpecification a)
visits the specified annotation. |
void |
visitArrayInitializer(ArrayInitializer x)
Visits the specified array initializer. |
void |
visitArrayReference(ArrayReference x)
Visits the specified array reference. |
void |
visitAssert(Assert x)
Visits the specified assert statement. |
void |
visitBinaryAnd(BinaryAnd x)
Visits the specified binary-and operator. |
void |
visitBinaryAndAssignment(BinaryAndAssignment x)
Visits the specified binary-and assignment operator. |
void |
visitBinaryNot(BinaryNot x)
Visits the specified binary-not operator. |
void |
visitBinaryOr(BinaryOr x)
Visits the specified binary-or operator. |
void |
visitBinaryOrAssignment(BinaryOrAssignment x)
Visits the specified binary-or assignment operator. |
void |
visitBinaryXOr(BinaryXOr x)
Visits the specified binary-xor operator. |
void |
visitBinaryXOrAssignment(BinaryXOrAssignment x)
Visits the specified binary-xor assignment operator. |
void |
visitBooleanLiteral(BooleanLiteral x)
Visits the specified boolean literal. |
void |
visitBreak(Break x)
Visits the specified break statement. |
void |
visitCase(Case x)
Visits the specified case statement. |
void |
visitCatch(Catch x)
Visits the specified catch branch. |
void |
visitCharLiteral(CharLiteral x)
Visits the specified char literal. |
void |
visitClassDeclaration(ClassDeclaration x)
Visits the specified class declaration. |
void |
visitClassInitializer(ClassInitializer x)
Visits the specified class initializer. |
void |
visitComment(Comment x)
Visits the specified comment. |
void |
visitCompilationUnit(CompilationUnit x)
Visits the specified compilation unit. |
void |
visitConditional(Conditional x)
Visits the specified conditional operator. |
void |
visitConstructorDeclaration(ConstructorDeclaration x)
Visits the specified constructor declaration. |
void |
visitContinue(Continue x)
Visits the specified continue statement. |
void |
visitCopyAssignment(CopyAssignment x)
Visits the specified copy assignment operator. |
void |
visitDeclarationSpecifier(DeclarationSpecifier x)
|
void |
visitDefault(Default x)
Visits the specified default branch. |
void |
visitDivide(Divide x)
Visits the specified divide operator. |
void |
visitDivideAssignment(DivideAssignment x)
Visits the specified divide assignment operator. |
void |
visitDo(Do x)
Visits the specified do statement. |
void |
visitDocComment(DocComment x)
Visits the specified doc comment. |
void |
visitDoubleLiteral(DoubleLiteral x)
Visits the specified double literal. |
void |
visitElementValueArrayInitializer(ElementValueArrayInitializer x)
Visits the specified element value array initializer. |
void |
visitElementValuePair(AnnotationElementValuePair x)
visits the specified annotation. |
void |
visitElse(Else x)
Visits the specified else branch. |
void |
visitEmptyStatement(EmptyStatement x)
Visits the specified empty statement. |
void |
visitEnhancedFor(EnhancedFor x)
Visits the specified enhanced for statement. |
void |
visitEnumConstantDeclaration(EnumConstantDeclaration x)
Visits the specified EnumConstantDeclaration. |
void |
visitEnumConstantSpecification(EnumConstantSpecification x)
Visits the specified EnumConstantSpecification. |
void |
visitEnumConstructorReference(EnumConstructorReference x)
Visits the specified EnumConstructorReference, which is part of an EnumConstantSpecification. |
void |
visitEnumDeclaration(EnumDeclaration x)
Visits the specified EnumDeclaration. |
void |
visitEquals(Equals x)
Visits the specified equals operator. |
void |
visitExtends(Extends x)
Visits the specified extends. |
void |
visitFieldDeclaration(FieldDeclaration x)
Visits the specified field declaration. |
void |
visitFieldReference(FieldReference x)
Visits the specified field reference. |
void |
visitFieldSpecification(FieldSpecification x)
Visits the specified field specification. |
void |
visitFinal(Final x)
Visits the specified final modifier. |
void |
visitFinally(Finally x)
Visits the specified finally branch. |
void |
visitFloatLiteral(FloatLiteral x)
Visits the specified float literal. |
void |
visitFor(For x)
Visits the specified for statement. |
void |
visitGreaterOrEquals(GreaterOrEquals x)
Visits the specified greater-or-equals operator. |
void |
visitGreaterThan(GreaterThan x)
Visits the specified greater-than operator. |
void |
visitIdentifier(Identifier x)
Visits the specified identifier. |
void |
visitIf(If x)
Visits the specified if statement. |
void |
visitImplements(Implements x)
Visits the specified implements clause. |
void |
visitImport(Import x)
Visits the specified import. |
void |
visitInstanceof(Instanceof x)
Visits the specified instanceof operator. |
void |
visitInterfaceDeclaration(InterfaceDeclaration x)
Visits the specified interface declaration. |
void |
visitIntLiteral(IntLiteral x)
Visits the specified int literal. |
void |
visitLabeledStatement(LabeledStatement x)
Visits the specified labeled statement. |
void |
visitLessOrEquals(LessOrEquals x)
Visits the specified less-or-equals operator. |
void |
visitLessThan(LessThan x)
Visits the specified less-than operator. |
protected void |
visitLiteral(Literal x)
Hook method that visits the specified literal. |
void |
visitLocalVariableDeclaration(LocalVariableDeclaration x)
Visits the specified local variable declaration. |
void |
visitLogicalAnd(LogicalAnd x)
Visits the specified logical-and operator. |
void |
visitLogicalNot(LogicalNot x)
Visits the specified logical-not operator. |
void |
visitLogicalOr(LogicalOr x)
Visits the specified logical-or operator. |
void |
visitLongLiteral(LongLiteral x)
Visits the specified long literal. |
void |
visitMetaClassReference(MetaClassReference x)
Visits the specified meta-class reference. |
void |
visitMethodDeclaration(MethodDeclaration x)
Visits the specified method declaration. |
void |
visitMethodReference(MethodReference x)
Visits the specified method reference. |
void |
visitMinus(Minus x)
Visits the specified minus operator. |
void |
visitMinusAssignment(MinusAssignment x)
Visits the specified minus assignment operator. |
protected void |
visitModifier(Modifier x)
Hook method that visits the specified modifier. |
void |
visitModulo(Modulo x)
Visits the specified modulo operator. |
void |
visitModuloAssignment(ModuloAssignment x)
Visits the specified modulo assignment operator. |
void |
visitNative(Native x)
Visits the specified native modifier. |
void |
visitNegative(Negative x)
Visits the specified negative operator. |
void |
visitNew(New x)
Visits the specified new operator. |
void |
visitNewArray(NewArray x)
Visits the specified new-array operator. |
void |
visitNotEquals(NotEquals x)
Visits the specified not-equals operator. |
void |
visitNullLiteral(NullLiteral x)
Visits the specified null literal. |
protected void |
visitOperator(Operator x)
Hook method that visits the specified operator. |
void |
visitPackageReference(PackageReference x)
Visits the specified package reference. |
void |
visitPackageSpecification(PackageSpecification x)
Visits the specified package specification. |
void |
visitParameterDeclaration(ParameterDeclaration x)
Visits the specified parameter declaration. |
void |
visitParenthesizedExpression(ParenthesizedExpression x)
Visits the specified parenthesized expression. |
void |
visitPlus(Plus x)
Visits the specified plus operator. |
void |
visitPlusAssignment(PlusAssignment x)
Visits the specified plus assignment operator. |
void |
visitPositive(Positive x)
Visits the specified positive operator. |
void |
visitPostDecrement(PostDecrement x)
Visits the specified post-decrement operator. |
void |
visitPostIncrement(PostIncrement x)
Visits the specified post-increment operator. |
void |
visitPreDecrement(PreDecrement x)
Visits the specified pre-decrement operator. |
void |
visitPreIncrement(PreIncrement x)
Visits the specified pre-increment operator. |
void |
visitPrivate(Private x)
Visits the specified private modifier. |
void |
visitProtected(Protected x)
Visits the specified protected modifier. |
void |
visitPublic(Public x)
Visits the specified public modifier. |
void |
visitReturn(Return x)
Visits the specified return statement. |
void |
visitShiftLeft(ShiftLeft x)
Visits the specified shift-left operator. |
void |
visitShiftLeftAssignment(ShiftLeftAssignment x)
Visits the specified shift-left assignment operator. |
void |
visitShiftRight(ShiftRight x)
Visits the specified shift-right operator. |
void |
visitShiftRightAssignment(ShiftRightAssignment x)
Visits the specified shift-right assignment operator. |
void |
visitSingleLineComment(SingleLineComment x)
Visits the specified single-line comment. |
void |
visitStatementBlock(StatementBlock x)
Visits the specified statement block. |
void |
visitStatic(Static x)
Visits the specified static modifier. |
void |
visitStrictFp(StrictFp x)
Visits the specified strictfp modifier. |
void |
visitStringLiteral(StringLiteral x)
Visits the specified string literal. |
void |
visitSuperConstructorReference(SuperConstructorReference x)
Visits the specified super-constructor reference. |
void |
visitSuperReference(SuperReference x)
Visits the specified super reference. |
void |
visitSwitch(Switch x)
Visits the specified switch statement. |
void |
visitSynchronized(Synchronized x)
Visits the specified synchronized modifier. |
void |
visitSynchronizedBlock(SynchronizedBlock x)
Visits the specified synchronized block. |
void |
visitThen(Then x)
Visits the specified then branch. |
void |
visitThisConstructorReference(ThisConstructorReference x)
Visits the specified this-constructor reference. |
void |
visitThisReference(ThisReference x)
Visits the specified this reference. |
void |
visitThrow(Throw x)
Visits the specified throw statement. |
void |
visitThrows(Throws x)
Visits the specified throws clause. |
void |
visitTimes(Times x)
Visits the specified times operator. |
void |
visitTimesAssignment(TimesAssignment x)
Visits the specified times assignment operator. |
void |
visitTransient(Transient x)
Visits the specified transient modifier. |
void |
visitTry(Try x)
Visits the specified try statement. |
void |
visitTypeArgument(TypeArgumentDeclaration x)
Visits the specified TypeArgument. |
void |
visitTypeCast(TypeCast x)
Visits the specified type cast operator. |
void |
visitTypeParameter(TypeParameterDeclaration x)
|
void |
visitTypeReference(TypeReference x)
Visits the specified type reference. |
void |
visitUncollatedReferenceQualifier(UncollatedReferenceQualifier x)
Visits the specified uncollated reference qualifier. |
void |
visitUnsignedShiftRight(UnsignedShiftRight x)
Visits the specified unsigned shift-right operator. |
void |
visitUnsignedShiftRightAssignment(UnsignedShiftRightAssignment x)
Visits the specified unsigned shift-right assignment operator. |
protected void |
visitVariableDeclaration(VariableDeclaration x)
Visits the specified variable declaration. |
void |
visitVariableReference(VariableReference x)
Visits the specified variable reference. |
void |
visitVariableSpecification(VariableSpecification x)
Visits the specified variable specification. |
void |
visitVolatile(Volatile x)
Visits the specified volatile modifier. |
void |
visitWhile(While x)
Visits the specified while statement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceVisitor()
| Method Detail |
|---|
public void visitCompilationUnit(CompilationUnit x)
x - the program element to visit.public void visitIdentifier(Identifier x)
x - the program element to visit.public void visitImport(Import x)
x - the program element to visit.public void visitPackageSpecification(PackageSpecification x)
x - the program element to visit.public void visitStatementBlock(StatementBlock x)
x - the program element to visit.public void visitClassDeclaration(ClassDeclaration x)
x - the program element to visit.public void visitAnnotationDeclaration(AnnotationDeclaration x)
public void visitClassInitializer(ClassInitializer x)
x - the program element to visit.public void visitConstructorDeclaration(ConstructorDeclaration x)
visitMethodDeclaration(recoder.java.declaration.MethodDeclaration).
x - the program element to visit.public void visitExtends(Extends x)
x - the program element to visit.public void visitFieldDeclaration(FieldDeclaration x)
visitVariableDeclaration(recoder.java.declaration.VariableDeclaration).
x - the program element to visit.public void visitImplements(Implements x)
x - the program element to visit.public void visitInterfaceDeclaration(InterfaceDeclaration x)
x - the program element to visit.public void visitLocalVariableDeclaration(LocalVariableDeclaration x)
visitVariableDeclaration(recoder.java.declaration.VariableDeclaration).
x - the program element to visit.public void visitMethodDeclaration(MethodDeclaration x)
x - the program element to visit.public void visitAnnotationPropertyDeclaration(AnnotationPropertyDeclaration x)
x - the program element to visit.public void visitAnnotationPropertyReference(AnnotationPropertyReference x)
x.getIdentifier().accept(this), if identifier is not null.
x - public void visitParameterDeclaration(ParameterDeclaration x)
visitVariableDeclaration(recoder.java.declaration.VariableDeclaration).
x - the program element to visit.public void visitThrows(Throws x)
x - the program element to visit.public void visitVariableSpecification(VariableSpecification x)
x - the program element to visit.public void visitFieldSpecification(FieldSpecification x)
visitVariableSpecification(recoder.java.declaration.VariableSpecification).
x - the program element to visit.public void visitAbstract(Abstract x)
visitModifier(recoder.java.declaration.Modifier).
x - the program element to visit.public void visitFinal(Final x)
visitModifier(recoder.java.declaration.Modifier).
x - the program element to final.public void visitNative(Native x)
visitModifier(recoder.java.declaration.Modifier).
x - the program element to final.public void visitPrivate(Private x)
visitModifier(recoder.java.declaration.Modifier).
x - the program element to final.public void visitProtected(Protected x)
visitModifier(recoder.java.declaration.Modifier).
x - the program element to final.public void visitPublic(Public x)
visitModifier(recoder.java.declaration.Modifier).
x - the program element to final.public void visitStatic(Static x)
visitModifier(recoder.java.declaration.Modifier).
x - the program element to final.public void visitStrictFp(StrictFp x)
visitModifier(recoder.java.declaration.Modifier).
x - the program element to final.public void visitSynchronized(Synchronized x)
visitModifier(recoder.java.declaration.Modifier).
x - the program element to final.public void visitTransient(Transient x)
visitModifier(recoder.java.declaration.Modifier).
x - the program element to final.public void visitVolatile(Volatile x)
visitModifier(recoder.java.declaration.Modifier).
x - the program element to final.public void visitElementValuePair(AnnotationElementValuePair x)
a - public void visitAnnotationUse(AnnotationUseSpecification a)
visitDeclarationSpecifier(recoder.java.declaration.DeclarationSpecifier).
a - public void visitDeclarationSpecifier(DeclarationSpecifier x)
public void visitArrayInitializer(ArrayInitializer x)
x - the program element to visit.public void visitElementValueArrayInitializer(ElementValueArrayInitializer x)
x - the program element to visit.public void visitParenthesizedExpression(ParenthesizedExpression x)
x - the program element to visit.public void visitBooleanLiteral(BooleanLiteral x)
visitLiteral(recoder.java.expression.Literal).
x - the program element to visit.public void visitCharLiteral(CharLiteral x)
visitLiteral(recoder.java.expression.Literal).
x - the program element to visit.public void visitDoubleLiteral(DoubleLiteral x)
visitLiteral(recoder.java.expression.Literal).
x - the program element to visit.public void visitFloatLiteral(FloatLiteral x)
visitLiteral(recoder.java.expression.Literal).
x - the program element to visit.public void visitIntLiteral(IntLiteral x)
visitLiteral(recoder.java.expression.Literal).
x - the program element to visit.public void visitLongLiteral(LongLiteral x)
visitLiteral(recoder.java.expression.Literal).
x - the program element to visit.public void visitNullLiteral(NullLiteral x)
visitLiteral(recoder.java.expression.Literal).
x - the program element to visit.public void visitStringLiteral(StringLiteral x)
visitLiteral(recoder.java.expression.Literal).
x - the program element to visit.public void visitBinaryAnd(BinaryAnd x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitBinaryAndAssignment(BinaryAndAssignment x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitBinaryNot(BinaryNot x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitBinaryOr(BinaryOr x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitBinaryOrAssignment(BinaryOrAssignment x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitBinaryXOr(BinaryXOr x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitBinaryXOrAssignment(BinaryXOrAssignment x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitConditional(Conditional x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitCopyAssignment(CopyAssignment x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitDivide(Divide x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitDivideAssignment(DivideAssignment x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitEquals(Equals x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitGreaterOrEquals(GreaterOrEquals x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitGreaterThan(GreaterThan x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitInstanceof(Instanceof x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitLessOrEquals(LessOrEquals x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitLessThan(LessThan x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitLogicalAnd(LogicalAnd x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitLogicalNot(LogicalNot x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitLogicalOr(LogicalOr x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitMinus(Minus x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitMinusAssignment(MinusAssignment x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitModulo(Modulo x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitModuloAssignment(ModuloAssignment x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitNegative(Negative x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitNew(New x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitNewArray(NewArray x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitNotEquals(NotEquals x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitPlus(Plus x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitPlusAssignment(PlusAssignment x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitPositive(Positive x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitPostDecrement(PostDecrement x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitPostIncrement(PostIncrement x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitPreDecrement(PreDecrement x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitPreIncrement(PreIncrement x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitShiftLeft(ShiftLeft x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitShiftLeftAssignment(ShiftLeftAssignment x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitShiftRight(ShiftRight x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitShiftRightAssignment(ShiftRightAssignment x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitTimes(Times x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitTimesAssignment(TimesAssignment x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitTypeCast(TypeCast x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitUnsignedShiftRight(UnsignedShiftRight x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitUnsignedShiftRightAssignment(UnsignedShiftRightAssignment x)
visitOperator(recoder.java.expression.Operator).
x - the program element to visit.public void visitBreak(Break x)
x - the program element to visit.public void visitCase(Case x)
x - the program element to visit.public void visitCatch(Catch x)
x - the program element to visit.public void visitContinue(Continue x)
x - the program element to visit.public void visitDefault(Default x)
x - the program element to visit.public void visitDo(Do x)
x - the program element to visit.public void visitElse(Else x)
x - the program element to visit.public void visitEmptyStatement(EmptyStatement x)
x - the program element to visit.public void visitFinally(Finally x)
x - the program element to visit.public void visitFor(For x)
x - the program element to visit.public void visitEnhancedFor(EnhancedFor x)
x - the program element to visit.public void visitAssert(Assert x)
x - the program element to visit.public void visitIf(If x)
x - the program element to visit.public void visitLabeledStatement(LabeledStatement x)
x - the program element to visit.public void visitReturn(Return x)
x - the program element to visit.public void visitSwitch(Switch x)
x - the program element to visit.public void visitSynchronizedBlock(SynchronizedBlock x)
x - the program element to visit.public void visitThen(Then x)
x - the program element to visit.public void visitThrow(Throw x)
x - the program element to visit.public void visitTry(Try x)
x - the program element to visit.public void visitWhile(While x)
x - the program element to visit.public void visitArrayReference(ArrayReference x)
x - the program element to visit.public void visitFieldReference(FieldReference x)
x - the program element to visit.public void visitMetaClassReference(MetaClassReference x)
x - the program element to visit.public void visitMethodReference(MethodReference x)
x - the program element to visit.public void visitPackageReference(PackageReference x)
x - the program element to visit.public void visitSuperConstructorReference(SuperConstructorReference x)
x - the program element to visit.public void visitSuperReference(SuperReference x)
x - the program element to visit.public void visitThisConstructorReference(ThisConstructorReference x)
x - the program element to visit.public void visitThisReference(ThisReference x)
x - the program element to visit.public void visitTypeReference(TypeReference x)
x - the program element to visit.public void visitUncollatedReferenceQualifier(UncollatedReferenceQualifier x)
x - the program element to visit.public void visitVariableReference(VariableReference x)
x - the program element to visit.protected void visitModifier(Modifier x)
x - the program element to visit.protected void visitLiteral(Literal x)
x - the program element to visit.protected void visitOperator(Operator x)
x - the program element to visit.protected void visitVariableDeclaration(VariableDeclaration x)
x - the program element to visit.public void visitSingleLineComment(SingleLineComment x)
visitComment(recoder.java.Comment).
x - the comment to visit.public void visitDocComment(DocComment x)
visitComment(recoder.java.Comment).
x - the comment to visit.public void visitComment(Comment x)
x - the comment to visit.public void visitEnumConstructorReference(EnumConstructorReference x)
x - the comment to visit.public void visitEnumConstantDeclaration(EnumConstantDeclaration x)
x - the EnumConstantDeclaration to visit.public void visitEnumConstantSpecification(EnumConstantSpecification x)
x - the EnumConstantSpecification to visit.public void visitEnumDeclaration(EnumDeclaration x)
x - the comment to visit.public void visitTypeArgument(TypeArgumentDeclaration x)
x - the TypeArgument to visit.public void visitTypeParameter(TypeParameterDeclaration x)
|
RECODER 0.92 | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||