Modifier and Type |
Method and Description |
void |
performActionOnAbstractProgramElement(AbstractProgramElement x) |
void |
performActionOnAllFields(AllFields x) |
void |
performActionOnAllObjects(AllObjects allObjects) |
void |
performActionOnArrayDeclaration(ArrayDeclaration x) |
void |
performActionOnArrayInitializer(ArrayInitializer x) |
void |
performActionOnArrayLengthReference(ArrayLengthReference x) |
void |
performActionOnArrayReference(ArrayReference x) |
void |
performActionOnAssert(Assert assert1) |
void |
performActionOnBinaryAnd(BinaryAnd x) |
void |
performActionOnBinaryAndAssignment(BinaryAndAssignment x) |
void |
performActionOnBinaryNot(BinaryNot x) |
void |
performActionOnBinaryOr(BinaryOr x) |
void |
performActionOnBinaryOrAssignment(BinaryOrAssignment x) |
void |
performActionOnBinaryXOr(BinaryXOr x) |
void |
performActionOnBinaryXOrAssignment(BinaryXOrAssignment x) |
void |
performActionOnBlockContract(BlockContract x) |
void |
performActionOnBlockContract(StatementBlock oldBlock,
StatementBlock newBlock)
Adds block contract for new statement block to block contract
of old block statement.
|
void |
performActionOnBooleanLiteral(BooleanLiteral x) |
void |
performActionOnBreak(Break x) |
void |
performActionOnCase(Case x) |
void |
performActionOnCatch(Catch x) |
void |
performActionOnCatchAllStatement(CatchAllStatement x) |
void |
performActionOnCharLiteral(CharLiteral x) |
void |
performActionOnClassDeclaration(ClassDeclaration x) |
void |
performActionOnClassInitializer(ClassInitializer x) |
void |
performActionOnComment(Comment x) |
void |
performActionOnCompilationUnit(CompilationUnit x) |
void |
performActionOnConditional(Conditional x) |
void |
performActionOnConstructorDeclaration(ConstructorDeclaration x) |
void |
performActionOnContextStatementBlock(ContextStatementBlock x) |
void |
performActionOnContinue(Continue x) |
void |
performActionOnCopyAssignment(CopyAssignment x) |
void |
performActionOnDefault(Default x) |
void |
performActionOnDivide(Divide x) |
void |
performActionOnDivideAssignment(DivideAssignment x) |
void |
performActionOnDLEmbeddedExpression(DLEmbeddedExpression x) |
void |
performActionOnDo(Do x) |
void |
performActionOnDoubleLiteral(DoubleLiteral x) |
void |
performActionOnElse(Else x) |
void |
performActionOnEmptyMapLiteral(EmptyMapLiteral aThis) |
void |
performActionOnEmptySeqLiteral(EmptySeqLiteral x) |
void |
performActionOnEmptySetLiteral(EmptySetLiteral x) |
void |
performActionOnEmptyStatement(EmptyStatement x) |
void |
performActionOnEnhancedFor(EnhancedFor x) |
void |
performActionOnEquals(Equals x) |
void |
performActionOnExactInstanceof(ExactInstanceof x) |
void |
performActionOnExecutionContext(ExecutionContext x) |
void |
performActionOnExtends(Extends x) |
void |
performActionOnFieldDeclaration(FieldDeclaration x) |
void |
performActionOnFieldReference(FieldReference x) |
void |
performActionOnFieldSpecification(FieldSpecification x) |
void |
performActionOnFinally(Finally x) |
void |
performActionOnFloatLiteral(FloatLiteral x) |
void |
performActionOnFor(For x) |
void |
performActionOnForUpdates(ForUpdates x) |
void |
performActionOnGreaterOrEquals(GreaterOrEquals x) |
void |
performActionOnGreaterThan(GreaterThan x) |
void |
performActionOnGuard(Guard x) |
void |
performActionOnIf(If x) |
void |
performActionOnImplements(Implements x) |
void |
performActionOnImplicitFieldSpecification(ImplicitFieldSpecification x) |
void |
performActionOnImport(Import x) |
void |
performActionOnInstanceof(Instanceof x) |
void |
performActionOnInterfaceDeclaration(InterfaceDeclaration x) |
void |
performActionOnIntersect(Intersect x) |
void |
performActionOnIntLiteral(IntLiteral x) |
void |
performActionOnIProgramVariable(IProgramVariable x) |
void |
performActionOnLabeledStatement(LabeledStatement x) |
void |
performActionOnLessOrEquals(LessOrEquals x) |
void |
performActionOnLessThan(LessThan x) |
void |
performActionOnLocalVariableDeclaration(LocalVariableDeclaration x) |
void |
performActionOnLocationVariable(LocationVariable variable) |
void |
performActionOnLogicalAnd(LogicalAnd x) |
void |
performActionOnLogicalNot(LogicalNot x) |
void |
performActionOnLogicalOr(LogicalOr x) |
void |
performActionOnLongLiteral(LongLiteral x) |
void |
performActionOnLoopContract(LoopContract x) |
void |
performActionOnLoopContract(LoopStatement oldLoop,
LoopStatement newLoop)
Adds loop contract for new loop statement to loop contract
of old loop statement.
|
void |
performActionOnLoopContract(StatementBlock oldBlock,
StatementBlock newBlock)
Adds block contract for new statement block to block contract
of old block statement.
|
void |
performActionOnLoopInit(LoopInit x) |
void |
performActionOnLoopInvariant(LoopSpecification x) |
void |
performActionOnLoopScopeBlock(LoopScopeBlock x) |
void |
performActionOnMergeContract(MergeContract x) |
void |
performActionOnMergePointStatement(MergePointStatement x) |
void |
performActionOnMetaClassReference(MetaClassReference x) |
void |
performActionOnMethod(IProgramMethod x) |
void |
performActionOnMethodBodyStatement(MethodBodyStatement x) |
void |
performActionOnMethodDeclaration(MethodDeclaration x) |
void |
performActionOnMethodFrame(MethodFrame x) |
void |
performActionOnMethodReference(MethodReference x) |
void |
performActionOnMinus(Minus x) |
void |
performActionOnMinusAssignment(MinusAssignment x) |
void |
performActionOnModifier(Modifier x) |
void |
performActionOnModulo(Modulo x) |
void |
performActionOnModuloAssignment(ModuloAssignment x) |
void |
performActionOnNegative(Negative x) |
void |
performActionOnNew(New x) |
void |
performActionOnNewArray(NewArray x) |
void |
performActionOnNotEquals(NotEquals x) |
void |
performActionOnNullLiteral(NullLiteral x) |
void |
performActionOnPackageReference(PackageReference x) |
void |
performActionOnPackageSpecification(PackageSpecification x) |
void |
performActionOnParameterDeclaration(ParameterDeclaration x) |
void |
performActionOnParenthesizedExpression(ParenthesizedExpression x) |
void |
performActionOnPassiveExpression(PassiveExpression x) |
void |
performActionOnPlus(Plus x) |
void |
performActionOnPlusAssignment(PlusAssignment x) |
void |
performActionOnPositive(Positive x) |
void |
performActionOnPostDecrement(PostDecrement x) |
void |
performActionOnPostIncrement(PostIncrement x) |
void |
performActionOnPreDecrement(PreDecrement x) |
void |
performActionOnPreIncrement(PreIncrement x) |
void |
performActionOnProgramConstant(ProgramConstant constant) |
void |
performActionOnProgramElementName(ProgramElementName x) |
void |
performActionOnProgramMetaConstruct(ProgramTransformer x) |
void |
performActionOnProgramMethod(IProgramMethod x) |
void |
performActionOnProgramVariable(ProgramVariable x) |
void |
performActionOnReturn(Return x) |
void |
performActionOnSchematicFieldReference(SchematicFieldReference x) |
void |
performActionOnSchemaVariable(SchemaVariable x) |
void |
performActionOnSeqConcat(SeqConcat x) |
void |
performActionOnSeqGet(SeqGet seqGet) |
void |
performActionOnSeqIndexOf(SeqIndexOf x) |
void |
performActionOnSeqLength(SeqLength seqLength) |
void |
performActionOnSeqReverse(SeqReverse x) |
void |
performActionOnSeqSingleton(SeqSingleton x) |
void |
performActionOnSeqSub(SeqSub x) |
void |
performActionOnSetMinus(SetMinus x) |
void |
performActionOnSetUnion(SetUnion x) |
void |
performActionOnShiftLeft(ShiftLeft x) |
void |
performActionOnShiftLeftAssignment(ShiftLeftAssignment x) |
void |
performActionOnShiftRight(ShiftRight x) |
void |
performActionOnShiftRightAssignment(ShiftRightAssignment x) |
void |
performActionOnSingleton(Singleton x) |
void |
performActionOnStatementBlock(StatementBlock x) |
void |
performActionOnStringLiteral(StringLiteral x) |
void |
performActionOnSuperArrayDeclaration(SuperArrayDeclaration x) |
void |
performActionOnSuperConstructorReference(SuperConstructorReference x) |
void |
performActionOnSuperReference(SuperReference x) |
void |
performActionOnSwitch(Switch x) |
void |
performActionOnSynchronizedBlock(SynchronizedBlock x) |
void |
performActionOnThen(Then x) |
void |
performActionOnThisConstructorReference(ThisConstructorReference x) |
void |
performActionOnThisReference(ThisReference x) |
void |
performActionOnThrow(Throw x) |
void |
performActionOnThrows(Throws x) |
void |
performActionOnTimes(Times x) |
void |
performActionOnTimesAssignment(TimesAssignment x) |
void |
performActionOnTransactionStatement(TransactionStatement transSt) |
void |
performActionOnTry(Try x) |
void |
performActionOnTypeCast(TypeCast x) |
void |
performActionOnTypeReference(TypeReference x) |
void |
performActionOnUnsignedShiftRight(UnsignedShiftRight x) |
void |
performActionOnUnsignedShiftRightAssignment(UnsignedShiftRightAssignment x) |
void |
performActionOnVariableDeclaration(VariableDeclaration x) |
void |
performActionOnVariableReference(VariableReference x) |
void |
performActionOnVariableSpecification(VariableSpecification x) |
void |
performActionOnWhile(While x) |