|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.javalanglevels.tree.JExpressionIFAbstractVisitor<RetType>
public abstract class JExpressionIFAbstractVisitor<RetType>
A parametric abstract implementation of a visitor over JExpressionIF that return a value. This visitor implements the visitor interface with methods that return the value of the defaultCase. These methods can be overriden in order to achieve different behavior for particular cases.
| Constructor Summary | |
|---|---|
JExpressionIFAbstractVisitor()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JExpressionIFAbstractVisitor()
| Method Detail |
|---|
protected abstract RetType defaultCase(JExpressionIF that)
public RetType forJExpression(JExpression that)
public RetType forSourceFile(SourceFile that)
JExpressionIFVisitor
forSourceFile in interface JExpressionIFVisitor<RetType>public RetType forModifiersAndVisibility(ModifiersAndVisibility that)
JExpressionIFVisitor
forModifiersAndVisibility in interface JExpressionIFVisitor<RetType>public RetType forCompoundWord(CompoundWord that)
JExpressionIFVisitor
forCompoundWord in interface JExpressionIFVisitor<RetType>public RetType forWord(Word that)
JExpressionIFVisitor
forWord in interface JExpressionIFVisitor<RetType>public RetType forTypeDefBase(TypeDefBase that)
public RetType forClassDef(ClassDef that)
JExpressionIFVisitor
forClassDef in interface JExpressionIFVisitor<RetType>public RetType forInnerClassDef(InnerClassDef that)
JExpressionIFVisitor
forInnerClassDef in interface JExpressionIFVisitor<RetType>public RetType forInterfaceDef(InterfaceDef that)
JExpressionIFVisitor
forInterfaceDef in interface JExpressionIFVisitor<RetType>public RetType forInnerInterfaceDef(InnerInterfaceDef that)
JExpressionIFVisitor
forInnerInterfaceDef in interface JExpressionIFVisitor<RetType>public RetType forConstructorDef(ConstructorDef that)
JExpressionIFVisitor
forConstructorDef in interface JExpressionIFVisitor<RetType>public RetType forInitializer(Initializer that)
public RetType forInstanceInitializer(InstanceInitializer that)
JExpressionIFVisitor
forInstanceInitializer in interface JExpressionIFVisitor<RetType>public RetType forStaticInitializer(StaticInitializer that)
JExpressionIFVisitor
forStaticInitializer in interface JExpressionIFVisitor<RetType>public RetType forPackageStatement(PackageStatement that)
JExpressionIFVisitor
forPackageStatement in interface JExpressionIFVisitor<RetType>public RetType forImportStatement(ImportStatement that)
public RetType forClassImportStatement(ClassImportStatement that)
JExpressionIFVisitor
forClassImportStatement in interface JExpressionIFVisitor<RetType>public RetType forPackageImportStatement(PackageImportStatement that)
JExpressionIFVisitor
forPackageImportStatement in interface JExpressionIFVisitor<RetType>public RetType forStatement(Statement that)
public RetType forLabeledStatement(LabeledStatement that)
JExpressionIFVisitor
forLabeledStatement in interface JExpressionIFVisitor<RetType>public RetType forBlock(Block that)
JExpressionIFVisitor
forBlock in interface JExpressionIFVisitor<RetType>public RetType forExpressionStatement(ExpressionStatement that)
JExpressionIFVisitor
forExpressionStatement in interface JExpressionIFVisitor<RetType>public RetType forSwitchStatement(SwitchStatement that)
JExpressionIFVisitor
forSwitchStatement in interface JExpressionIFVisitor<RetType>public RetType forIfThenStatement(IfThenStatement that)
JExpressionIFVisitor
forIfThenStatement in interface JExpressionIFVisitor<RetType>public RetType forIfThenElseStatement(IfThenElseStatement that)
JExpressionIFVisitor
forIfThenElseStatement in interface JExpressionIFVisitor<RetType>public RetType forWhileStatement(WhileStatement that)
JExpressionIFVisitor
forWhileStatement in interface JExpressionIFVisitor<RetType>public RetType forDoStatement(DoStatement that)
JExpressionIFVisitor
forDoStatement in interface JExpressionIFVisitor<RetType>public RetType forForStatement(ForStatement that)
JExpressionIFVisitor
forForStatement in interface JExpressionIFVisitor<RetType>public RetType forBreakStatement(BreakStatement that)
public RetType forLabeledBreakStatement(LabeledBreakStatement that)
JExpressionIFVisitor
forLabeledBreakStatement in interface JExpressionIFVisitor<RetType>public RetType forUnlabeledBreakStatement(UnlabeledBreakStatement that)
JExpressionIFVisitor
forUnlabeledBreakStatement in interface JExpressionIFVisitor<RetType>public RetType forContinueStatement(ContinueStatement that)
public RetType forLabeledContinueStatement(LabeledContinueStatement that)
JExpressionIFVisitor
forLabeledContinueStatement in interface JExpressionIFVisitor<RetType>public RetType forUnlabeledContinueStatement(UnlabeledContinueStatement that)
JExpressionIFVisitor
forUnlabeledContinueStatement in interface JExpressionIFVisitor<RetType>public RetType forReturnStatement(ReturnStatement that)
public RetType forVoidReturnStatement(VoidReturnStatement that)
JExpressionIFVisitor
forVoidReturnStatement in interface JExpressionIFVisitor<RetType>public RetType forValueReturnStatement(ValueReturnStatement that)
JExpressionIFVisitor
forValueReturnStatement in interface JExpressionIFVisitor<RetType>public RetType forThrowStatement(ThrowStatement that)
JExpressionIFVisitor
forThrowStatement in interface JExpressionIFVisitor<RetType>public RetType forSynchronizedStatement(SynchronizedStatement that)
JExpressionIFVisitor
forSynchronizedStatement in interface JExpressionIFVisitor<RetType>public RetType forTryCatchStatement(TryCatchStatement that)
public RetType forTryCatchFinallyStatement(TryCatchFinallyStatement that)
JExpressionIFVisitor
forTryCatchFinallyStatement in interface JExpressionIFVisitor<RetType>public RetType forNormalTryCatchStatement(NormalTryCatchStatement that)
JExpressionIFVisitor
forNormalTryCatchStatement in interface JExpressionIFVisitor<RetType>public RetType forEmptyStatement(EmptyStatement that)
JExpressionIFVisitor
forEmptyStatement in interface JExpressionIFVisitor<RetType>public RetType forMethodDef(MethodDef that)
public RetType forConcreteMethodDef(ConcreteMethodDef that)
JExpressionIFVisitor
forConcreteMethodDef in interface JExpressionIFVisitor<RetType>public RetType forAbstractMethodDef(AbstractMethodDef that)
JExpressionIFVisitor
forAbstractMethodDef in interface JExpressionIFVisitor<RetType>public RetType forFormalParameter(FormalParameter that)
JExpressionIFVisitor
forFormalParameter in interface JExpressionIFVisitor<RetType>public RetType forVariableDeclaration(VariableDeclaration that)
JExpressionIFVisitor
forVariableDeclaration in interface JExpressionIFVisitor<RetType>public RetType forVariableDeclarator(VariableDeclarator that)
public RetType forUninitializedVariableDeclarator(UninitializedVariableDeclarator that)
JExpressionIFVisitor
forUninitializedVariableDeclarator in interface JExpressionIFVisitor<RetType>public RetType forInitializedVariableDeclarator(InitializedVariableDeclarator that)
JExpressionIFVisitor
forInitializedVariableDeclarator in interface JExpressionIFVisitor<RetType>public RetType forTypeParameter(TypeParameter that)
JExpressionIFVisitor
forTypeParameter in interface JExpressionIFVisitor<RetType>public RetType forArrayInitializer(ArrayInitializer that)
JExpressionIFVisitor
forArrayInitializer in interface JExpressionIFVisitor<RetType>public RetType forType(Type that)
public RetType forPrimitiveType(PrimitiveType that)
JExpressionIFVisitor
forPrimitiveType in interface JExpressionIFVisitor<RetType>public RetType forArrayType(ArrayType that)
JExpressionIFVisitor
forArrayType in interface JExpressionIFVisitor<RetType>public RetType forReferenceType(ReferenceType that)
public RetType forMemberType(MemberType that)
JExpressionIFVisitor
forMemberType in interface JExpressionIFVisitor<RetType>public RetType forClassOrInterfaceType(ClassOrInterfaceType that)
JExpressionIFVisitor
forClassOrInterfaceType in interface JExpressionIFVisitor<RetType>public RetType forTypeVariable(TypeVariable that)
JExpressionIFVisitor
forTypeVariable in interface JExpressionIFVisitor<RetType>public RetType forVoidReturn(VoidReturn that)
JExpressionIFVisitor
forVoidReturn in interface JExpressionIFVisitor<RetType>public RetType forSwitchCase(SwitchCase that)
public RetType forLabeledCase(LabeledCase that)
JExpressionIFVisitor
forLabeledCase in interface JExpressionIFVisitor<RetType>public RetType forDefaultCase(DefaultCase that)
JExpressionIFVisitor
forDefaultCase in interface JExpressionIFVisitor<RetType>public RetType forCatchBlock(CatchBlock that)
JExpressionIFVisitor
forCatchBlock in interface JExpressionIFVisitor<RetType>public RetType forExpression(Expression that)
public RetType forAssignmentExpression(AssignmentExpression that)
public RetType forSimpleAssignmentExpression(SimpleAssignmentExpression that)
JExpressionIFVisitor
forSimpleAssignmentExpression in interface JExpressionIFVisitor<RetType>public RetType forPlusAssignmentExpression(PlusAssignmentExpression that)
JExpressionIFVisitor
forPlusAssignmentExpression in interface JExpressionIFVisitor<RetType>public RetType forNumericAssignmentExpression(NumericAssignmentExpression that)
public RetType forMinusAssignmentExpression(MinusAssignmentExpression that)
JExpressionIFVisitor
forMinusAssignmentExpression in interface JExpressionIFVisitor<RetType>public RetType forMultiplyAssignmentExpression(MultiplyAssignmentExpression that)
JExpressionIFVisitor
forMultiplyAssignmentExpression in interface JExpressionIFVisitor<RetType>public RetType forDivideAssignmentExpression(DivideAssignmentExpression that)
JExpressionIFVisitor
forDivideAssignmentExpression in interface JExpressionIFVisitor<RetType>public RetType forModAssignmentExpression(ModAssignmentExpression that)
JExpressionIFVisitor
forModAssignmentExpression in interface JExpressionIFVisitor<RetType>public RetType forShiftAssignmentExpression(ShiftAssignmentExpression that)
public RetType forLeftShiftAssignmentExpression(LeftShiftAssignmentExpression that)
JExpressionIFVisitor
forLeftShiftAssignmentExpression in interface JExpressionIFVisitor<RetType>public RetType forRightSignedShiftAssignmentExpression(RightSignedShiftAssignmentExpression that)
JExpressionIFVisitor
forRightSignedShiftAssignmentExpression in interface JExpressionIFVisitor<RetType>public RetType forRightUnsignedShiftAssignmentExpression(RightUnsignedShiftAssignmentExpression that)
JExpressionIFVisitor
forRightUnsignedShiftAssignmentExpression in interface JExpressionIFVisitor<RetType>public RetType forBitwiseAssignmentExpression(BitwiseAssignmentExpression that)
public RetType forBitwiseAndAssignmentExpression(BitwiseAndAssignmentExpression that)
JExpressionIFVisitor
forBitwiseAndAssignmentExpression in interface JExpressionIFVisitor<RetType>public RetType forBitwiseOrAssignmentExpression(BitwiseOrAssignmentExpression that)
JExpressionIFVisitor
forBitwiseOrAssignmentExpression in interface JExpressionIFVisitor<RetType>public RetType forBitwiseXorAssignmentExpression(BitwiseXorAssignmentExpression that)
JExpressionIFVisitor
forBitwiseXorAssignmentExpression in interface JExpressionIFVisitor<RetType>public RetType forBinaryExpression(BinaryExpression that)
public RetType forBooleanExpression(BooleanExpression that)
public RetType forOrExpression(OrExpression that)
JExpressionIFVisitor
forOrExpression in interface JExpressionIFVisitor<RetType>public RetType forAndExpression(AndExpression that)
JExpressionIFVisitor
forAndExpression in interface JExpressionIFVisitor<RetType>public RetType forBitwiseBinaryExpression(BitwiseBinaryExpression that)
public RetType forBitwiseOrExpression(BitwiseOrExpression that)
JExpressionIFVisitor
forBitwiseOrExpression in interface JExpressionIFVisitor<RetType>public RetType forBitwiseXorExpression(BitwiseXorExpression that)
JExpressionIFVisitor
forBitwiseXorExpression in interface JExpressionIFVisitor<RetType>public RetType forBitwiseAndExpression(BitwiseAndExpression that)
JExpressionIFVisitor
forBitwiseAndExpression in interface JExpressionIFVisitor<RetType>public RetType forEqualityExpression(EqualityExpression that)
public RetType forEqualsExpression(EqualsExpression that)
JExpressionIFVisitor
forEqualsExpression in interface JExpressionIFVisitor<RetType>public RetType forNotEqualExpression(NotEqualExpression that)
JExpressionIFVisitor
forNotEqualExpression in interface JExpressionIFVisitor<RetType>public RetType forComparisonExpression(ComparisonExpression that)
public RetType forLessThanExpression(LessThanExpression that)
JExpressionIFVisitor
forLessThanExpression in interface JExpressionIFVisitor<RetType>public RetType forLessThanOrEqualExpression(LessThanOrEqualExpression that)
JExpressionIFVisitor
forLessThanOrEqualExpression in interface JExpressionIFVisitor<RetType>public RetType forGreaterThanExpression(GreaterThanExpression that)
JExpressionIFVisitor
forGreaterThanExpression in interface JExpressionIFVisitor<RetType>public RetType forGreaterThanOrEqualExpression(GreaterThanOrEqualExpression that)
JExpressionIFVisitor
forGreaterThanOrEqualExpression in interface JExpressionIFVisitor<RetType>public RetType forShiftBinaryExpression(ShiftBinaryExpression that)
public RetType forLeftShiftExpression(LeftShiftExpression that)
JExpressionIFVisitor
forLeftShiftExpression in interface JExpressionIFVisitor<RetType>public RetType forRightSignedShiftExpression(RightSignedShiftExpression that)
JExpressionIFVisitor
forRightSignedShiftExpression in interface JExpressionIFVisitor<RetType>public RetType forRightUnsignedShiftExpression(RightUnsignedShiftExpression that)
JExpressionIFVisitor
forRightUnsignedShiftExpression in interface JExpressionIFVisitor<RetType>public RetType forPlusExpression(PlusExpression that)
JExpressionIFVisitor
forPlusExpression in interface JExpressionIFVisitor<RetType>public RetType forNumericBinaryExpression(NumericBinaryExpression that)
public RetType forMinusExpression(MinusExpression that)
JExpressionIFVisitor
forMinusExpression in interface JExpressionIFVisitor<RetType>public RetType forMultiplyExpression(MultiplyExpression that)
JExpressionIFVisitor
forMultiplyExpression in interface JExpressionIFVisitor<RetType>public RetType forDivideExpression(DivideExpression that)
JExpressionIFVisitor
forDivideExpression in interface JExpressionIFVisitor<RetType>public RetType forModExpression(ModExpression that)
JExpressionIFVisitor
forModExpression in interface JExpressionIFVisitor<RetType>public RetType forNoOpExpression(NoOpExpression that)
JExpressionIFVisitor
forNoOpExpression in interface JExpressionIFVisitor<RetType>public RetType forUnaryExpression(UnaryExpression that)
public RetType forIncrementExpression(IncrementExpression that)
public RetType forPrefixIncrementExpression(PrefixIncrementExpression that)
public RetType forPositivePrefixIncrementExpression(PositivePrefixIncrementExpression that)
JExpressionIFVisitor
forPositivePrefixIncrementExpression in interface JExpressionIFVisitor<RetType>public RetType forNegativePrefixIncrementExpression(NegativePrefixIncrementExpression that)
JExpressionIFVisitor
forNegativePrefixIncrementExpression in interface JExpressionIFVisitor<RetType>public RetType forPostfixIncrementExpression(PostfixIncrementExpression that)
public RetType forPositivePostfixIncrementExpression(PositivePostfixIncrementExpression that)
JExpressionIFVisitor
forPositivePostfixIncrementExpression in interface JExpressionIFVisitor<RetType>public RetType forNegativePostfixIncrementExpression(NegativePostfixIncrementExpression that)
JExpressionIFVisitor
forNegativePostfixIncrementExpression in interface JExpressionIFVisitor<RetType>public RetType forNumericUnaryExpression(NumericUnaryExpression that)
public RetType forPositiveExpression(PositiveExpression that)
JExpressionIFVisitor
forPositiveExpression in interface JExpressionIFVisitor<RetType>public RetType forNegativeExpression(NegativeExpression that)
JExpressionIFVisitor
forNegativeExpression in interface JExpressionIFVisitor<RetType>public RetType forBitwiseNotExpression(BitwiseNotExpression that)
JExpressionIFVisitor
forBitwiseNotExpression in interface JExpressionIFVisitor<RetType>public RetType forNotExpression(NotExpression that)
JExpressionIFVisitor
forNotExpression in interface JExpressionIFVisitor<RetType>public RetType forConditionalExpression(ConditionalExpression that)
JExpressionIFVisitor
forConditionalExpression in interface JExpressionIFVisitor<RetType>public RetType forInstanceofExpression(InstanceofExpression that)
JExpressionIFVisitor
forInstanceofExpression in interface JExpressionIFVisitor<RetType>public RetType forCastExpression(CastExpression that)
JExpressionIFVisitor
forCastExpression in interface JExpressionIFVisitor<RetType>public RetType forPrimary(Primary that)
public RetType forLexicalLiteral(LexicalLiteral that)
public RetType forIntegerLiteral(IntegerLiteral that)
JExpressionIFVisitor
forIntegerLiteral in interface JExpressionIFVisitor<RetType>public RetType forLongLiteral(LongLiteral that)
JExpressionIFVisitor
forLongLiteral in interface JExpressionIFVisitor<RetType>public RetType forDoubleLiteral(DoubleLiteral that)
JExpressionIFVisitor
forDoubleLiteral in interface JExpressionIFVisitor<RetType>public RetType forFloatLiteral(FloatLiteral that)
JExpressionIFVisitor
forFloatLiteral in interface JExpressionIFVisitor<RetType>public RetType forBooleanLiteral(BooleanLiteral that)
JExpressionIFVisitor
forBooleanLiteral in interface JExpressionIFVisitor<RetType>public RetType forCharLiteral(CharLiteral that)
JExpressionIFVisitor
forCharLiteral in interface JExpressionIFVisitor<RetType>public RetType forStringLiteral(StringLiteral that)
JExpressionIFVisitor
forStringLiteral in interface JExpressionIFVisitor<RetType>public RetType forNullLiteral(NullLiteral that)
JExpressionIFVisitor
forNullLiteral in interface JExpressionIFVisitor<RetType>public RetType forInstantiation(Instantiation that)
public RetType forClassInstantiation(ClassInstantiation that)
public RetType forNamedClassInstantiation(NamedClassInstantiation that)
public RetType forSimpleNamedClassInstantiation(SimpleNamedClassInstantiation that)
JExpressionIFVisitor
forSimpleNamedClassInstantiation in interface JExpressionIFVisitor<RetType>public RetType forComplexNamedClassInstantiation(ComplexNamedClassInstantiation that)
JExpressionIFVisitor
forComplexNamedClassInstantiation in interface JExpressionIFVisitor<RetType>public RetType forAnonymousClassInstantiation(AnonymousClassInstantiation that)
public RetType forSimpleAnonymousClassInstantiation(SimpleAnonymousClassInstantiation that)
JExpressionIFVisitor
forSimpleAnonymousClassInstantiation in interface JExpressionIFVisitor<RetType>public RetType forComplexAnonymousClassInstantiation(ComplexAnonymousClassInstantiation that)
JExpressionIFVisitor
forComplexAnonymousClassInstantiation in interface JExpressionIFVisitor<RetType>public RetType forArrayInstantiation(ArrayInstantiation that)
public RetType forUninitializedArrayInstantiation(UninitializedArrayInstantiation that)
public RetType forSimpleUninitializedArrayInstantiation(SimpleUninitializedArrayInstantiation that)
JExpressionIFVisitor
forSimpleUninitializedArrayInstantiation in interface JExpressionIFVisitor<RetType>public RetType forComplexUninitializedArrayInstantiation(ComplexUninitializedArrayInstantiation that)
JExpressionIFVisitor
forComplexUninitializedArrayInstantiation in interface JExpressionIFVisitor<RetType>public RetType forInitializedArrayInstantiation(InitializedArrayInstantiation that)
public RetType forSimpleInitializedArrayInstantiation(SimpleInitializedArrayInstantiation that)
JExpressionIFVisitor
forSimpleInitializedArrayInstantiation in interface JExpressionIFVisitor<RetType>public RetType forComplexInitializedArrayInstantiation(ComplexInitializedArrayInstantiation that)
JExpressionIFVisitor
forComplexInitializedArrayInstantiation in interface JExpressionIFVisitor<RetType>public RetType forVariableReference(VariableReference that)
public RetType forNameReference(NameReference that)
public RetType forSimpleNameReference(SimpleNameReference that)
JExpressionIFVisitor
forSimpleNameReference in interface JExpressionIFVisitor<RetType>public RetType forComplexNameReference(ComplexNameReference that)
JExpressionIFVisitor
forComplexNameReference in interface JExpressionIFVisitor<RetType>public RetType forThisReference(ThisReference that)
public RetType forSimpleThisReference(SimpleThisReference that)
JExpressionIFVisitor
forSimpleThisReference in interface JExpressionIFVisitor<RetType>public RetType forComplexThisReference(ComplexThisReference that)
JExpressionIFVisitor
forComplexThisReference in interface JExpressionIFVisitor<RetType>public RetType forSuperReference(SuperReference that)
public RetType forSimpleSuperReference(SimpleSuperReference that)
JExpressionIFVisitor
forSimpleSuperReference in interface JExpressionIFVisitor<RetType>public RetType forComplexSuperReference(ComplexSuperReference that)
JExpressionIFVisitor
forComplexSuperReference in interface JExpressionIFVisitor<RetType>public RetType forFunctionInvocation(FunctionInvocation that)
public RetType forMethodInvocation(MethodInvocation that)
public RetType forSimpleMethodInvocation(SimpleMethodInvocation that)
JExpressionIFVisitor
forSimpleMethodInvocation in interface JExpressionIFVisitor<RetType>public RetType forComplexMethodInvocation(ComplexMethodInvocation that)
JExpressionIFVisitor
forComplexMethodInvocation in interface JExpressionIFVisitor<RetType>public RetType forThisConstructorInvocation(ThisConstructorInvocation that)
public RetType forSimpleThisConstructorInvocation(SimpleThisConstructorInvocation that)
JExpressionIFVisitor
forSimpleThisConstructorInvocation in interface JExpressionIFVisitor<RetType>public RetType forComplexThisConstructorInvocation(ComplexThisConstructorInvocation that)
JExpressionIFVisitor
forComplexThisConstructorInvocation in interface JExpressionIFVisitor<RetType>public RetType forSuperConstructorInvocation(SuperConstructorInvocation that)
public RetType forSimpleSuperConstructorInvocation(SimpleSuperConstructorInvocation that)
JExpressionIFVisitor
forSimpleSuperConstructorInvocation in interface JExpressionIFVisitor<RetType>public RetType forComplexSuperConstructorInvocation(ComplexSuperConstructorInvocation that)
JExpressionIFVisitor
forComplexSuperConstructorInvocation in interface JExpressionIFVisitor<RetType>public RetType forClassLiteral(ClassLiteral that)
JExpressionIFVisitor
forClassLiteral in interface JExpressionIFVisitor<RetType>public RetType forArrayAccess(ArrayAccess that)
JExpressionIFVisitor
forArrayAccess in interface JExpressionIFVisitor<RetType>public RetType forParenthesized(Parenthesized that)
JExpressionIFVisitor
forParenthesized in interface JExpressionIFVisitor<RetType>public RetType forEmptyExpression(EmptyExpression that)
JExpressionIFVisitor
forEmptyExpression in interface JExpressionIFVisitor<RetType>public RetType forBody(Body that)
public RetType forBracedBody(BracedBody that)
JExpressionIFVisitor
forBracedBody in interface JExpressionIFVisitor<RetType>public RetType forUnbracedBody(UnbracedBody that)
JExpressionIFVisitor
forUnbracedBody in interface JExpressionIFVisitor<RetType>public RetType forExpressionList(ExpressionList that)
public RetType forParenthesizedExpressionList(ParenthesizedExpressionList that)
JExpressionIFVisitor
forParenthesizedExpressionList in interface JExpressionIFVisitor<RetType>public RetType forUnparenthesizedExpressionList(UnparenthesizedExpressionList that)
JExpressionIFVisitor
forUnparenthesizedExpressionList in interface JExpressionIFVisitor<RetType>public RetType forDimensionExpressionList(DimensionExpressionList that)
JExpressionIFVisitor
forDimensionExpressionList in interface JExpressionIFVisitor<RetType>public RetType forEmptyForCondition(EmptyForCondition that)
JExpressionIFVisitor
forEmptyForCondition in interface JExpressionIFVisitor<RetType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||