|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.compiler.v1.ForEachGenerator
public class ForEachGenerator
Generates code for <forEach>
activities.
Field Summary | |
---|---|
protected CompilerContext |
_context
|
Constructor Summary | |
---|---|
ForEachGenerator()
|
Method Summary | |
---|---|
void |
compile(OActivity output,
Activity src)
Generate compiled representation for the given activity definition. |
OActivity |
newInstance(Activity src)
|
void |
setContext(CompilerContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CompilerContext _context
Constructor Detail |
---|
public ForEachGenerator()
Method Detail |
---|
public OActivity newInstance(Activity src)
public void compile(OActivity output, Activity src)
ActivityGenerator
src
- activity definitionpublic void setContext(CompilerContext context)
setContext
in interface ActivityGenerator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |