FileDocCategorySizeDatePackage
Closure.javaAPI DocJava SE 5 API1393Fri Aug 26 14:55:34 BST 2005com.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).