Uses of Class
gnu.expr.ClassExp
Packages that use ClassExp
Package
Description
Supports
Expression,
and various related classes need to compile programming languages.-
Uses of ClassExp in gnu.expr
Modifier and TypeClassDescriptionclassAn expression that evaluated to an instance of an anonymous class.Modifier and TypeMethodDescriptionprotected 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) -
Uses of ClassExp in kawa.standard
Methods in kawa.standard with parameters of type ClassExpModifier and TypeMethodDescriptionObject[]object.scanClassDef(Pair pair, ClassExp oexp, Translator tr) Does the first "scan-time" processing of the class/object definition.