Uses of Class
gnu.expr.ThisExp
-
Packages that use ThisExp Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages. -
-
Uses of ThisExp in gnu.expr
Methods in gnu.expr that return ThisExp Modifier and Type Method Description static ThisExp
ThisExp. makeGivingContext(ScopeExp context)
Methods in gnu.expr with parameters of type ThisExp Modifier and Type Method Description protected R
ExpVisitor. visitThisExp(ThisExp exp, D d)
protected Expression
FindCapturedVars. visitThisExp(ThisExp exp, Void ignored)
-