|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Closure | |
---|---|
org.apache.xalan.xsltc.compiler |
Uses of Closure in org.apache.xalan.xsltc.compiler |
---|
Classes in org.apache.xalan.xsltc.compiler that implement Closure | |
---|---|
(package private) class |
Number
|
(package private) class |
Predicate
|
(package private) class |
Sort
|
Fields in org.apache.xalan.xsltc.compiler declared as Closure | |
---|---|
protected Closure |
VariableRefBase._closure
A reference to the enclosing expression/instruction for which a closure is needed (Predicate, Number or Sort). |
private Closure |
Predicate._parentClosure
Reference to parent closure. |
Methods in org.apache.xalan.xsltc.compiler that return Closure | |
---|---|
Closure |
Sort.getParentClosure()
Returns a reference to its parent closure or null if outermost. |
Closure |
Predicate.getParentClosure()
Returns a reference to its parent closure or null if outermost. |
Closure |
Number.getParentClosure()
Returns a reference to its parent closure or null if outermost. |
Closure |
Closure.getParentClosure()
Returns a reference to its parent closure or null if outermost. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |