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 classThisExpEvaluates to the "this" implicit variable.Methods in gnu.expr with parameters of type ReferenceExp Modifier and Type Method Description voidFindCapturedVars. capture(Declaration decl, ReferenceExp rexp)protected ExpressionANormalize. visitReferenceExp(ReferenceExp exp, gnu.expr.ANormalize.Context context)protected RExpVisitor. visitReferenceExp(ReferenceExp exp, D d)protected ExpressionFindCapturedVars. visitReferenceExp(ReferenceExp exp, Void ignored)protected ExpressionInlineCalls. visitReferenceExp(ReferenceExp exp, Type required)protected ExpressionPushApply. visitReferenceExp(ReferenceExp exp, Void ignored)protected ExpressionResolveNames. 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 ExpressionXQResolveNames. visitReferenceExp(ReferenceExp exp, ApplyExp call)protected ExpressionXQResolveNames. visitReferenceExp(ReferenceExp exp, Void ignored)
-