Uses of Class
gnu.expr.ReferenceExp
-
Packages that use ReferenceExp Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages.gnu.xquery.lang -
-
Uses of ReferenceExp in gnu.expr
Subclasses of ReferenceExp in gnu.expr Modifier and Type Class Description class
ThisExp
Evaluates to the "this" implicit variable.Methods in gnu.expr with parameters of type ReferenceExp Modifier and Type Method Description void
FindCapturedVars. capture(Declaration decl, ReferenceExp rexp)
protected Expression
ANormalize. visitReferenceExp(ReferenceExp exp, gnu.expr.ANormalize.Context context)
protected R
ExpVisitor. visitReferenceExp(ReferenceExp exp, D d)
protected Expression
FindCapturedVars. visitReferenceExp(ReferenceExp exp, Void ignored)
protected Expression
InlineCalls. visitReferenceExp(ReferenceExp exp, Type required)
protected Expression
PushApply. visitReferenceExp(ReferenceExp exp, Void ignored)
protected Expression
ResolveNames. visitReferenceExp(ReferenceExp exp, Void ignored)
Constructors in gnu.expr with parameters of type ReferenceExp Constructor Description ReferenceExp(ReferenceExp old)
-
Uses of ReferenceExp in gnu.xquery.lang
Methods in gnu.xquery.lang with parameters of type ReferenceExp Modifier and Type Method Description protected Expression
XQResolveNames. visitReferenceExp(ReferenceExp exp, ApplyExp call)
protected Expression
XQResolveNames. visitReferenceExp(ReferenceExp exp, Void ignored)
-