Uses of Class
gnu.expr.ClassExp

Packages that use ClassExp
gnu.expr Supports Expression, and various related classes need to compile programming languages. 
kawa.standard Primitive Scheme syntax and functions. 
 

Uses of ClassExp in gnu.expr
 

Subclasses of ClassExp in gnu.expr
 class ObjectExp
           
 

Methods in gnu.expr with parameters of type ClassExp
protected  Expression FindCapturedVars.walkClassExp(ClassExp exp)
           
protected  Expression ExpWalker.walkClassExp(ClassExp exp)
           
protected  Expression ChainLambdas.walkClassExp(ClassExp exp)
           
protected  Expression FindTailCalls.walkClassExp(ClassExp exp)
           
 

Constructors in gnu.expr with parameters of type ClassExp
ClassInitializer(ClassExp cexp, Compilation comp)
           
 

Uses of ClassExp in kawa.standard
 

Methods in kawa.standard with parameters of type ClassExp
 java.lang.Object[] object.scanClassDef(Pair pair, ClassExp oexp, Translator tr)
          Does the first "scan-time" processing of the class/object definition.