Uses of Class
gnu.expr.ReferenceExp

Packages that use ReferenceExp
gnu.expr Supports Expression, and various related classes need to compile programming languages. 
gnu.xquery.lang   
 

Uses of ReferenceExp in gnu.expr
 

Subclasses of ReferenceExp in gnu.expr
 class ThisExp
          Evaluates to the "this" implicit variable.
 

Methods in gnu.expr with parameters of type ReferenceExp
protected  R ExpVisitor.visitReferenceExp(ReferenceExp exp, D d)
           
protected  Expression FindTailCalls.visitReferenceExp(ReferenceExp exp, Expression returnContinuation)
           
protected  Expression InlineCalls.visitReferenceExp(ReferenceExp exp, Type required)
           
protected  Expression FindCapturedVars.visitReferenceExp(ReferenceExp exp, java.lang.Void ignored)
           
protected  Expression ResolveNames.visitReferenceExp(ReferenceExp exp, java.lang.Void ignored)
           
 

Uses of ReferenceExp in gnu.xquery.lang
 

Methods in gnu.xquery.lang with parameters of type ReferenceExp
protected  Expression XQResolveNames.visitReferenceExp(ReferenceExp exp, ApplyExp call)
           
protected  Expression XQResolveNames.visitReferenceExp(ReferenceExp exp, java.lang.Void ignored)