Uses of Class
gnu.expr.ClassExp
-
Packages that use ClassExp Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages.kawa.standard -
-
Uses of ClassExp in gnu.expr
Subclasses of ClassExp in gnu.expr Modifier and Type Class Description class
ObjectExp
An expression that evaluated to an instance of an anonymous class.Methods in gnu.expr with parameters of type ClassExp Modifier and Type Method Description protected Expression
ANormalize. visitClassExp(ClassExp exp, gnu.expr.ANormalize.Context context)
protected Expression
ChainLambdas. visitClassExp(ClassExp exp, ScopeExp scope)
protected R
ExpVisitor. visitClassExp(ClassExp exp, D d)
protected Expression
FindCapturedVars. visitClassExp(ClassExp exp, Void ignored)
protected Expression
FindTailCalls. visitClassExp(ClassExp exp, Expression returnContinuation)
protected Expression
InlineCalls. visitClassExp(ClassExp exp, Type required)
protected Expression
PushApply. visitClassExp(ClassExp exp, Void ignored)
Constructors in gnu.expr with parameters of type ClassExp Constructor Description ClassInitializer(ClassExp cexp, Field field, Compilation comp)
-
Uses of ClassExp in kawa.standard
Methods in kawa.standard with parameters of type ClassExp Modifier and Type Method Description Object[]
object. scanClassDef(Pair pair, ClassExp oexp, Translator tr)
Does the first "scan-time" processing of the class/object definition.
-