FileDocCategorySizeDatePackage
Closure.javaAPI DocJava SE 6 API1397Tue Jun 10 00:22:28 BST 2008com.sun.org.apache.xalan.internal.xsltc.compiler

Closure

public interface Closure
author
Santiago Pericas-Geertsen

Fields Summary
Constructors Summary
Methods Summary
public voidaddVariable(com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase variableRef)
Add new variable to the closure.

public java.lang.StringgetInnerClassName()
Returns the name of the auxiliary class or null if this predicate is compiled inside the Translet.

public com.sun.org.apache.xalan.internal.xsltc.compiler.ClosuregetParentClosure()
Returns a reference to its parent closure or null if outermost.

public booleaninInnerClass()
Returns true if this closure is compiled in an inner class (i.e. if this is a real closure).