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   
 

Uses of ClassExp in gnu.expr
 

Subclasses of ClassExp in gnu.expr
 class ObjectExp
           
 

Methods in gnu.expr with parameters of type ClassExp
protected  R ExpVisitor.visitClassExp(ClassExp exp, D d)
           
protected  Expression FindTailCalls.visitClassExp(ClassExp exp, Expression returnContinuation)
           
protected  Expression ChainLambdas.visitClassExp(ClassExp exp, ScopeExp scope)
           
protected  Expression FindCapturedVars.visitClassExp(ClassExp exp, java.lang.Void ignored)
           
 

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.