|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.examples.codegen.java.iteration.AbstractIteration2Java
org.eclipse.ocl.examples.codegen.java.iteration.AbstractAccumulation2Java
org.eclipse.ocl.examples.codegen.java.iteration.RejectIteration2Java
public class RejectIteration2Java
Field Summary | |
---|---|
static RejectIteration2Java |
INSTANCE
|
Constructor Summary | |
---|---|
RejectIteration2Java()
|
Method Summary | |
---|---|
boolean |
appendUpdate(JavaStream js,
CGBuiltInIterationCallExp cgIterationCallExp)
Append the code to update the accumulator |
Methods inherited from class org.eclipse.ocl.examples.codegen.java.iteration.AbstractAccumulation2Java |
---|
appendAccumulatorInit, appendFinalValue, getAccumulator, getAccumulatorClass, getAccumulatorTypeId |
Methods inherited from class org.eclipse.ocl.examples.codegen.java.iteration.AbstractIteration2Java |
---|
getBody, getIterator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@NonNull public static final RejectIteration2Java INSTANCE
Constructor Detail |
---|
public RejectIteration2Java()
Method Detail |
---|
public boolean appendUpdate(@NonNull JavaStream js, @NonNull CGBuiltInIterationCallExp cgIterationCallExp)
Iteration2Java
Returns true if control flow continues to loop again, false if terminated by a throw.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |