Uses of Class
gnu.expr.InlineCalls

Packages that use InlineCalls
gnu.expr Supports Expression, and various related classes need to compile programming languages. 
gnu.kawa.reflect Contains classes to use reflection. 
 

Uses of InlineCalls in gnu.expr
 

Methods in gnu.expr with parameters of type InlineCalls
 Expression LambdaExp.inline(ApplyExp exp, InlineCalls walker, Declaration decl)
           
 Expression ReferenceExp.inline(ApplyExp exp, InlineCalls walker, Declaration decl)
           
 Expression Expression.inline(ApplyExp exp, InlineCalls walker, Declaration decl)
          Apply inlining transformations on a given ApplyExp.
 Expression QuoteExp.inline(ApplyExp exp, InlineCalls walker, Declaration decl)
           
 

Uses of InlineCalls in gnu.kawa.reflect
 

Methods in gnu.kawa.reflect with parameters of type InlineCalls
static ApplyExp Invoke.inlineClassName(ApplyExp exp, int carg, InlineCalls walker)
          Resolve class specifier to ClassType at inline time.