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

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

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

Subclasses of VariableBase in org.apache.xalan.xsltc.compiler
(package private)  class Param
           
(package private)  class Variable
           
 

Fields in org.apache.xalan.xsltc.compiler declared as VariableBase
protected  VariableBase VariableRefBase._variable
          A reference to the associated variable.
 

Methods in org.apache.xalan.xsltc.compiler that return VariableBase
 VariableBase VariableRefBase.getVariable()
          Returns a reference to the associated variable
 VariableBase Parser.lookupVariable(QName name)
           
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type VariableBase
private  void Parser.addVariableOrParam(VariableBase var)
           
 

Constructors in org.apache.xalan.xsltc.compiler with parameters of type VariableBase
VariableRefBase(VariableBase variable)