Uses of Class
gnu.expr.ThisExp

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

Uses of ThisExp in gnu.expr
 

Methods in gnu.expr that return ThisExp
static ThisExp ThisExp.makeGivingContext(ScopeExp context)
           
 

Methods in gnu.expr with parameters of type ThisExp
protected  Expression FindCapturedVars.walkThisExp(ThisExp exp)
           
protected  Expression ExpWalker.walkThisExp(ThisExp exp)