Uses of Class
org.apache.xalan.xsltc.compiler.VariableRefBase

Packages that use VariableRefBase
org.apache.xalan.xsltc.compiler   
 

Uses of VariableRefBase in org.apache.xalan.xsltc.compiler
 

Subclasses of VariableRefBase in org.apache.xalan.xsltc.compiler
(package private)  class ParameterRef
           
(package private)  class UnresolvedRef
           
(package private)  class VariableRef
           
 

Fields in org.apache.xalan.xsltc.compiler declared as VariableRefBase
private  VariableRefBase UnresolvedRef._ref
           
 

Methods in org.apache.xalan.xsltc.compiler that return VariableRefBase
private  VariableRefBase UnresolvedRef.resolve(Parser parser, SymbolTable stable)
           
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type VariableRefBase
 void VariableBase.addReference(VariableRefBase vref)
          Add a reference to this variable.
 void Sort.addVariable(VariableRefBase variableRef)
          Add new variable to the closure.
 void Predicate.addVariable(VariableRefBase variableRef)
          Add new variable to the closure.
 void Number.addVariable(VariableRefBase variableRef)
          Add new variable to the closure.
 void Closure.addVariable(VariableRefBase variableRef)
          Add new variable to the closure.