org.eclipse.ocl.examples.codegen.generator
Interface IterationHelper

All Known Subinterfaces:
Iteration2Java
All Known Implementing Classes:
AbstractAccumulation2Java, AbstractIteration2Java, AnyIteration2Java, CollectIteration2Java, CollectNestedIteration2Java, ExistsIteration2Java, ForAllIteration2Java, IsUniqueIteration2Java, IterateIteration2Java, OneIteration2Java, RejectIteration2Java, SelectIteration2Java

public interface IterationHelper


Method Summary
 CGTypeId getAccumulatorTypeId(CodeGenAnalyzer analyzer, CGBuiltInIterationCallExp cgIterationCallExp)
           
 

Method Detail

getAccumulatorTypeId

@Nullable
CGTypeId getAccumulatorTypeId(@NonNull
                                       CodeGenAnalyzer analyzer,
                                       @NonNull
                                       CGBuiltInIterationCallExp cgIterationCallExp)