|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Closure
Method Summary | |
---|---|
void |
addVariable(VariableRefBase variableRef)
Add new variable to the closure. |
java.lang.String |
getInnerClassName()
Returns the name of the auxiliary class or null if this predicate is compiled inside the Translet. |
Closure |
getParentClosure()
Returns a reference to its parent closure or null if outermost. |
boolean |
inInnerClass()
Returns true if this closure is compiled in an inner class (i.e. |
Method Detail |
---|
boolean inInnerClass()
Closure getParentClosure()
java.lang.String getInnerClassName()
void addVariable(VariableRefBase variableRef)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |