public class RejectIteration2Java extends AbstractAccumulation2Java
| Modifier and Type | Field and Description |
|---|---|
static RejectIteration2Java |
INSTANCE |
| Constructor and Description |
|---|
RejectIteration2Java() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appendUpdate(JavaStream js,
CGBuiltInIterationCallExp cgIterationCallExp)
Append the code to update the accumulator
|
appendAccumulatorInit, appendFinalValue, getAccumulatorTypeIdpublic static final RejectIteration2Java INSTANCE
public boolean appendUpdate(JavaStream js, CGBuiltInIterationCallExp cgIterationCallExp)
Iteration2JavaReturns true if control flow continues to loop again, false if terminated by a throw.
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.