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 classObjectExpAn 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 ExpressionANormalize. visitClassExp(ClassExp exp, gnu.expr.ANormalize.Context context)protected ExpressionChainLambdas. visitClassExp(ClassExp exp, ScopeExp scope)protected RExpVisitor. visitClassExp(ClassExp exp, D d)protected ExpressionFindCapturedVars. visitClassExp(ClassExp exp, Void ignored)protected ExpressionFindTailCalls. visitClassExp(ClassExp exp, Expression returnContinuation)protected ExpressionInlineCalls. visitClassExp(ClassExp exp, Type required)protected ExpressionPushApply. 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.
-