|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JExpressionIFVisitor_void
An interface for visitors over JExpressionIF that do not return a value.
| Method Summary | |
|---|---|
void |
forAbstractMethodDef(AbstractMethodDef that)
Process an instance of AbstractMethodDef. |
void |
forAndExpression(AndExpression that)
Process an instance of AndExpression. |
void |
forArrayAccess(ArrayAccess that)
Process an instance of ArrayAccess. |
void |
forArrayInitializer(ArrayInitializer that)
Process an instance of ArrayInitializer. |
void |
forArrayType(ArrayType that)
Process an instance of ArrayType. |
void |
forBitwiseAndAssignmentExpression(BitwiseAndAssignmentExpression that)
Process an instance of BitwiseAndAssignmentExpression. |
void |
forBitwiseAndExpression(BitwiseAndExpression that)
Process an instance of BitwiseAndExpression. |
void |
forBitwiseNotExpression(BitwiseNotExpression that)
Process an instance of BitwiseNotExpression. |
void |
forBitwiseOrAssignmentExpression(BitwiseOrAssignmentExpression that)
Process an instance of BitwiseOrAssignmentExpression. |
void |
forBitwiseOrExpression(BitwiseOrExpression that)
Process an instance of BitwiseOrExpression. |
void |
forBitwiseXorAssignmentExpression(BitwiseXorAssignmentExpression that)
Process an instance of BitwiseXorAssignmentExpression. |
void |
forBitwiseXorExpression(BitwiseXorExpression that)
Process an instance of BitwiseXorExpression. |
void |
forBlock(Block that)
Process an instance of Block. |
void |
forBooleanLiteral(BooleanLiteral that)
Process an instance of BooleanLiteral. |
void |
forBracedBody(BracedBody that)
Process an instance of BracedBody. |
void |
forCastExpression(CastExpression that)
Process an instance of CastExpression. |
void |
forCatchBlock(CatchBlock that)
Process an instance of CatchBlock. |
void |
forCharLiteral(CharLiteral that)
Process an instance of CharLiteral. |
void |
forClassDef(ClassDef that)
Process an instance of ClassDef. |
void |
forClassImportStatement(ClassImportStatement that)
Process an instance of ClassImportStatement. |
void |
forClassLiteral(ClassLiteral that)
Process an instance of ClassLiteral. |
void |
forClassOrInterfaceType(ClassOrInterfaceType that)
Process an instance of ClassOrInterfaceType. |
void |
forComplexAnonymousClassInstantiation(ComplexAnonymousClassInstantiation that)
Process an instance of ComplexAnonymousClassInstantiation. |
void |
forComplexInitializedArrayInstantiation(ComplexInitializedArrayInstantiation that)
Process an instance of ComplexInitializedArrayInstantiation. |
void |
forComplexMethodInvocation(ComplexMethodInvocation that)
Process an instance of ComplexMethodInvocation. |
void |
forComplexNamedClassInstantiation(ComplexNamedClassInstantiation that)
Process an instance of ComplexNamedClassInstantiation. |
void |
forComplexNameReference(ComplexNameReference that)
Process an instance of ComplexNameReference. |
void |
forComplexSuperConstructorInvocation(ComplexSuperConstructorInvocation that)
Process an instance of ComplexSuperConstructorInvocation. |
void |
forComplexSuperReference(ComplexSuperReference that)
Process an instance of ComplexSuperReference. |
void |
forComplexThisConstructorInvocation(ComplexThisConstructorInvocation that)
Process an instance of ComplexThisConstructorInvocation. |
void |
forComplexThisReference(ComplexThisReference that)
Process an instance of ComplexThisReference. |
void |
forComplexUninitializedArrayInstantiation(ComplexUninitializedArrayInstantiation that)
Process an instance of ComplexUninitializedArrayInstantiation. |
void |
forCompoundWord(CompoundWord that)
Process an instance of CompoundWord. |
void |
forConcreteMethodDef(ConcreteMethodDef that)
Process an instance of ConcreteMethodDef. |
void |
forConditionalExpression(ConditionalExpression that)
Process an instance of ConditionalExpression. |
void |
forConstructorDef(ConstructorDef that)
Process an instance of ConstructorDef. |
void |
forDefaultCase(DefaultCase that)
Process an instance of DefaultCase. |
void |
forDimensionExpressionList(DimensionExpressionList that)
Process an instance of DimensionExpressionList. |
void |
forDivideAssignmentExpression(DivideAssignmentExpression that)
Process an instance of DivideAssignmentExpression. |
void |
forDivideExpression(DivideExpression that)
Process an instance of DivideExpression. |
void |
forDoStatement(DoStatement that)
Process an instance of DoStatement. |
void |
forDoubleLiteral(DoubleLiteral that)
Process an instance of DoubleLiteral. |
void |
forEmptyExpression(EmptyExpression that)
Process an instance of EmptyExpression. |
void |
forEmptyForCondition(EmptyForCondition that)
Process an instance of EmptyForCondition. |
void |
forEmptyStatement(EmptyStatement that)
Process an instance of EmptyStatement. |
void |
forEqualsExpression(EqualsExpression that)
Process an instance of EqualsExpression. |
void |
forExpressionStatement(ExpressionStatement that)
Process an instance of ExpressionStatement. |
void |
forFloatLiteral(FloatLiteral that)
Process an instance of FloatLiteral. |
void |
forFormalParameter(FormalParameter that)
Process an instance of FormalParameter. |
void |
forForStatement(ForStatement that)
Process an instance of ForStatement. |
void |
forGreaterThanExpression(GreaterThanExpression that)
Process an instance of GreaterThanExpression. |
void |
forGreaterThanOrEqualExpression(GreaterThanOrEqualExpression that)
Process an instance of GreaterThanOrEqualExpression. |
void |
forIfThenElseStatement(IfThenElseStatement that)
Process an instance of IfThenElseStatement. |
void |
forIfThenStatement(IfThenStatement that)
Process an instance of IfThenStatement. |
void |
forInitializedVariableDeclarator(InitializedVariableDeclarator that)
Process an instance of InitializedVariableDeclarator. |
void |
forInnerClassDef(InnerClassDef that)
Process an instance of InnerClassDef. |
void |
forInnerInterfaceDef(InnerInterfaceDef that)
Process an instance of InnerInterfaceDef. |
void |
forInstanceInitializer(InstanceInitializer that)
Process an instance of InstanceInitializer. |
void |
forInstanceofExpression(InstanceofExpression that)
Process an instance of InstanceofExpression. |
void |
forIntegerLiteral(IntegerLiteral that)
Process an instance of IntegerLiteral. |
void |
forInterfaceDef(InterfaceDef that)
Process an instance of InterfaceDef. |
void |
forLabeledBreakStatement(LabeledBreakStatement that)
Process an instance of LabeledBreakStatement. |
void |
forLabeledCase(LabeledCase that)
Process an instance of LabeledCase. |
void |
forLabeledContinueStatement(LabeledContinueStatement that)
Process an instance of LabeledContinueStatement. |
void |
forLabeledStatement(LabeledStatement that)
Process an instance of LabeledStatement. |
void |
forLeftShiftAssignmentExpression(LeftShiftAssignmentExpression that)
Process an instance of LeftShiftAssignmentExpression. |
void |
forLeftShiftExpression(LeftShiftExpression that)
Process an instance of LeftShiftExpression. |
void |
forLessThanExpression(LessThanExpression that)
Process an instance of LessThanExpression. |
void |
forLessThanOrEqualExpression(LessThanOrEqualExpression that)
Process an instance of LessThanOrEqualExpression. |
void |
forLongLiteral(LongLiteral that)
Process an instance of LongLiteral. |
void |
forMemberType(MemberType that)
Process an instance of MemberType. |
void |
forMinusAssignmentExpression(MinusAssignmentExpression that)
Process an instance of MinusAssignmentExpression. |
void |
forMinusExpression(MinusExpression that)
Process an instance of MinusExpression. |
void |
forModAssignmentExpression(ModAssignmentExpression that)
Process an instance of ModAssignmentExpression. |
void |
forModExpression(ModExpression that)
Process an instance of ModExpression. |
void |
forModifiersAndVisibility(ModifiersAndVisibility that)
Process an instance of ModifiersAndVisibility. |
void |
forMultiplyAssignmentExpression(MultiplyAssignmentExpression that)
Process an instance of MultiplyAssignmentExpression. |
void |
forMultiplyExpression(MultiplyExpression that)
Process an instance of MultiplyExpression. |
void |
forNegativeExpression(NegativeExpression that)
Process an instance of NegativeExpression. |
void |
forNegativePostfixIncrementExpression(NegativePostfixIncrementExpression that)
Process an instance of NegativePostfixIncrementExpression. |
void |
forNegativePrefixIncrementExpression(NegativePrefixIncrementExpression that)
Process an instance of NegativePrefixIncrementExpression. |
void |
forNoOpExpression(NoOpExpression that)
Process an instance of NoOpExpression. |
void |
forNormalTryCatchStatement(NormalTryCatchStatement that)
Process an instance of NormalTryCatchStatement. |
void |
forNotEqualExpression(NotEqualExpression that)
Process an instance of NotEqualExpression. |
void |
forNotExpression(NotExpression that)
Process an instance of NotExpression. |
void |
forNullLiteral(NullLiteral that)
Process an instance of NullLiteral. |
void |
forOrExpression(OrExpression that)
Process an instance of OrExpression. |
void |
forPackageImportStatement(PackageImportStatement that)
Process an instance of PackageImportStatement. |
void |
forPackageStatement(PackageStatement that)
Process an instance of PackageStatement. |
void |
forParenthesized(Parenthesized that)
Process an instance of Parenthesized. |
void |
forParenthesizedExpressionList(ParenthesizedExpressionList that)
Process an instance of ParenthesizedExpressionList. |
void |
forPlusAssignmentExpression(PlusAssignmentExpression that)
Process an instance of PlusAssignmentExpression. |
void |
forPlusExpression(PlusExpression that)
Process an instance of PlusExpression. |
void |
forPositiveExpression(PositiveExpression that)
Process an instance of PositiveExpression. |
void |
forPositivePostfixIncrementExpression(PositivePostfixIncrementExpression that)
Process an instance of PositivePostfixIncrementExpression. |
void |
forPositivePrefixIncrementExpression(PositivePrefixIncrementExpression that)
Process an instance of PositivePrefixIncrementExpression. |
void |
forPrimitiveType(PrimitiveType that)
Process an instance of PrimitiveType. |
void |
forRightSignedShiftAssignmentExpression(RightSignedShiftAssignmentExpression that)
Process an instance of RightSignedShiftAssignmentExpression. |
void |
forRightSignedShiftExpression(RightSignedShiftExpression that)
Process an instance of RightSignedShiftExpression. |
void |
forRightUnsignedShiftAssignmentExpression(RightUnsignedShiftAssignmentExpression that)
Process an instance of RightUnsignedShiftAssignmentExpression. |
void |
forRightUnsignedShiftExpression(RightUnsignedShiftExpression that)
Process an instance of RightUnsignedShiftExpression. |
void |
forSimpleAnonymousClassInstantiation(SimpleAnonymousClassInstantiation that)
Process an instance of SimpleAnonymousClassInstantiation. |
void |
forSimpleAssignmentExpression(SimpleAssignmentExpression that)
Process an instance of SimpleAssignmentExpression. |
void |
forSimpleInitializedArrayInstantiation(SimpleInitializedArrayInstantiation that)
Process an instance of SimpleInitializedArrayInstantiation. |
void |
forSimpleMethodInvocation(SimpleMethodInvocation that)
Process an instance of SimpleMethodInvocation. |
void |
forSimpleNamedClassInstantiation(SimpleNamedClassInstantiation that)
Process an instance of SimpleNamedClassInstantiation. |
void |
forSimpleNameReference(SimpleNameReference that)
Process an instance of SimpleNameReference. |
void |
forSimpleSuperConstructorInvocation(SimpleSuperConstructorInvocation that)
Process an instance of SimpleSuperConstructorInvocation. |
void |
forSimpleSuperReference(SimpleSuperReference that)
Process an instance of SimpleSuperReference. |
void |
forSimpleThisConstructorInvocation(SimpleThisConstructorInvocation that)
Process an instance of SimpleThisConstructorInvocation. |
void |
forSimpleThisReference(SimpleThisReference that)
Process an instance of SimpleThisReference. |
void |
forSimpleUninitializedArrayInstantiation(SimpleUninitializedArrayInstantiation that)
Process an instance of SimpleUninitializedArrayInstantiation. |
void |
forSourceFile(SourceFile that)
Process an instance of SourceFile. |
void |
forStaticInitializer(StaticInitializer that)
Process an instance of StaticInitializer. |
void |
forStringLiteral(StringLiteral that)
Process an instance of StringLiteral. |
void |
forSwitchStatement(SwitchStatement that)
Process an instance of SwitchStatement. |
void |
forSynchronizedStatement(SynchronizedStatement that)
Process an instance of SynchronizedStatement. |
void |
forThrowStatement(ThrowStatement that)
Process an instance of ThrowStatement. |
void |
forTryCatchFinallyStatement(TryCatchFinallyStatement that)
Process an instance of TryCatchFinallyStatement. |
void |
forTypeParameter(TypeParameter that)
Process an instance of TypeParameter. |
void |
forTypeVariable(TypeVariable that)
Process an instance of TypeVariable. |
void |
forUnbracedBody(UnbracedBody that)
Process an instance of UnbracedBody. |
void |
forUninitializedVariableDeclarator(UninitializedVariableDeclarator that)
Process an instance of UninitializedVariableDeclarator. |
void |
forUnlabeledBreakStatement(UnlabeledBreakStatement that)
Process an instance of UnlabeledBreakStatement. |
void |
forUnlabeledContinueStatement(UnlabeledContinueStatement that)
Process an instance of UnlabeledContinueStatement. |
void |
forUnparenthesizedExpressionList(UnparenthesizedExpressionList that)
Process an instance of UnparenthesizedExpressionList. |
void |
forValueReturnStatement(ValueReturnStatement that)
Process an instance of ValueReturnStatement. |
void |
forVariableDeclaration(VariableDeclaration that)
Process an instance of VariableDeclaration. |
void |
forVoidReturn(VoidReturn that)
Process an instance of VoidReturn. |
void |
forVoidReturnStatement(VoidReturnStatement that)
Process an instance of VoidReturnStatement. |
void |
forWhileStatement(WhileStatement that)
Process an instance of WhileStatement. |
void |
forWord(Word that)
Process an instance of Word. |
| Method Detail |
|---|
void forSourceFile(SourceFile that)
void forModifiersAndVisibility(ModifiersAndVisibility that)
void forCompoundWord(CompoundWord that)
void forWord(Word that)
void forClassDef(ClassDef that)
void forInnerClassDef(InnerClassDef that)
void forInterfaceDef(InterfaceDef that)
void forInnerInterfaceDef(InnerInterfaceDef that)
void forConstructorDef(ConstructorDef that)
void forInstanceInitializer(InstanceInitializer that)
void forStaticInitializer(StaticInitializer that)
void forPackageStatement(PackageStatement that)
void forClassImportStatement(ClassImportStatement that)
void forPackageImportStatement(PackageImportStatement that)
void forLabeledStatement(LabeledStatement that)
void forBlock(Block that)
void forExpressionStatement(ExpressionStatement that)
void forSwitchStatement(SwitchStatement that)
void forIfThenStatement(IfThenStatement that)
void forIfThenElseStatement(IfThenElseStatement that)
void forWhileStatement(WhileStatement that)
void forDoStatement(DoStatement that)
void forForStatement(ForStatement that)
void forLabeledBreakStatement(LabeledBreakStatement that)
void forUnlabeledBreakStatement(UnlabeledBreakStatement that)
void forLabeledContinueStatement(LabeledContinueStatement that)
void forUnlabeledContinueStatement(UnlabeledContinueStatement that)
void forVoidReturnStatement(VoidReturnStatement that)
void forValueReturnStatement(ValueReturnStatement that)
void forThrowStatement(ThrowStatement that)
void forSynchronizedStatement(SynchronizedStatement that)
void forTryCatchFinallyStatement(TryCatchFinallyStatement that)
void forNormalTryCatchStatement(NormalTryCatchStatement that)
void forEmptyStatement(EmptyStatement that)
void forConcreteMethodDef(ConcreteMethodDef that)
void forAbstractMethodDef(AbstractMethodDef that)
void forFormalParameter(FormalParameter that)
void forVariableDeclaration(VariableDeclaration that)
void forUninitializedVariableDeclarator(UninitializedVariableDeclarator that)
void forInitializedVariableDeclarator(InitializedVariableDeclarator that)
void forTypeParameter(TypeParameter that)
void forArrayInitializer(ArrayInitializer that)
void forPrimitiveType(PrimitiveType that)
void forArrayType(ArrayType that)
void forMemberType(MemberType that)
void forClassOrInterfaceType(ClassOrInterfaceType that)
void forTypeVariable(TypeVariable that)
void forVoidReturn(VoidReturn that)
void forLabeledCase(LabeledCase that)
void forDefaultCase(DefaultCase that)
void forCatchBlock(CatchBlock that)
void forSimpleAssignmentExpression(SimpleAssignmentExpression that)
void forPlusAssignmentExpression(PlusAssignmentExpression that)
void forMinusAssignmentExpression(MinusAssignmentExpression that)
void forMultiplyAssignmentExpression(MultiplyAssignmentExpression that)
void forDivideAssignmentExpression(DivideAssignmentExpression that)
void forModAssignmentExpression(ModAssignmentExpression that)
void forLeftShiftAssignmentExpression(LeftShiftAssignmentExpression that)
void forRightSignedShiftAssignmentExpression(RightSignedShiftAssignmentExpression that)
void forRightUnsignedShiftAssignmentExpression(RightUnsignedShiftAssignmentExpression that)
void forBitwiseAndAssignmentExpression(BitwiseAndAssignmentExpression that)
void forBitwiseOrAssignmentExpression(BitwiseOrAssignmentExpression that)
void forBitwiseXorAssignmentExpression(BitwiseXorAssignmentExpression that)
void forOrExpression(OrExpression that)
void forAndExpression(AndExpression that)
void forBitwiseOrExpression(BitwiseOrExpression that)
void forBitwiseXorExpression(BitwiseXorExpression that)
void forBitwiseAndExpression(BitwiseAndExpression that)
void forEqualsExpression(EqualsExpression that)
void forNotEqualExpression(NotEqualExpression that)
void forLessThanExpression(LessThanExpression that)
void forLessThanOrEqualExpression(LessThanOrEqualExpression that)
void forGreaterThanExpression(GreaterThanExpression that)
void forGreaterThanOrEqualExpression(GreaterThanOrEqualExpression that)
void forLeftShiftExpression(LeftShiftExpression that)
void forRightSignedShiftExpression(RightSignedShiftExpression that)
void forRightUnsignedShiftExpression(RightUnsignedShiftExpression that)
void forPlusExpression(PlusExpression that)
void forMinusExpression(MinusExpression that)
void forMultiplyExpression(MultiplyExpression that)
void forDivideExpression(DivideExpression that)
void forModExpression(ModExpression that)
void forNoOpExpression(NoOpExpression that)
void forPositivePrefixIncrementExpression(PositivePrefixIncrementExpression that)
void forNegativePrefixIncrementExpression(NegativePrefixIncrementExpression that)
void forPositivePostfixIncrementExpression(PositivePostfixIncrementExpression that)
void forNegativePostfixIncrementExpression(NegativePostfixIncrementExpression that)
void forPositiveExpression(PositiveExpression that)
void forNegativeExpression(NegativeExpression that)
void forBitwiseNotExpression(BitwiseNotExpression that)
void forNotExpression(NotExpression that)
void forConditionalExpression(ConditionalExpression that)
void forInstanceofExpression(InstanceofExpression that)
void forCastExpression(CastExpression that)
void forIntegerLiteral(IntegerLiteral that)
void forLongLiteral(LongLiteral that)
void forDoubleLiteral(DoubleLiteral that)
void forFloatLiteral(FloatLiteral that)
void forBooleanLiteral(BooleanLiteral that)
void forCharLiteral(CharLiteral that)
void forStringLiteral(StringLiteral that)
void forNullLiteral(NullLiteral that)
void forSimpleNamedClassInstantiation(SimpleNamedClassInstantiation that)
void forComplexNamedClassInstantiation(ComplexNamedClassInstantiation that)
void forSimpleAnonymousClassInstantiation(SimpleAnonymousClassInstantiation that)
void forComplexAnonymousClassInstantiation(ComplexAnonymousClassInstantiation that)
void forSimpleUninitializedArrayInstantiation(SimpleUninitializedArrayInstantiation that)
void forComplexUninitializedArrayInstantiation(ComplexUninitializedArrayInstantiation that)
void forSimpleInitializedArrayInstantiation(SimpleInitializedArrayInstantiation that)
void forComplexInitializedArrayInstantiation(ComplexInitializedArrayInstantiation that)
void forSimpleNameReference(SimpleNameReference that)
void forComplexNameReference(ComplexNameReference that)
void forSimpleThisReference(SimpleThisReference that)
void forComplexThisReference(ComplexThisReference that)
void forSimpleSuperReference(SimpleSuperReference that)
void forComplexSuperReference(ComplexSuperReference that)
void forSimpleMethodInvocation(SimpleMethodInvocation that)
void forComplexMethodInvocation(ComplexMethodInvocation that)
void forSimpleThisConstructorInvocation(SimpleThisConstructorInvocation that)
void forComplexThisConstructorInvocation(ComplexThisConstructorInvocation that)
void forSimpleSuperConstructorInvocation(SimpleSuperConstructorInvocation that)
void forComplexSuperConstructorInvocation(ComplexSuperConstructorInvocation that)
void forClassLiteral(ClassLiteral that)
void forArrayAccess(ArrayAccess that)
void forParenthesized(Parenthesized that)
void forEmptyExpression(EmptyExpression that)
void forBracedBody(BracedBody that)
void forUnbracedBody(UnbracedBody that)
void forParenthesizedExpressionList(ParenthesizedExpressionList that)
void forUnparenthesizedExpressionList(UnparenthesizedExpressionList that)
void forDimensionExpressionList(DimensionExpressionList that)
void forEmptyForCondition(EmptyForCondition that)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||