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 TypeClassDescriptionclass
An expression that evaluated to an instance of an anonymous class.Modifier and TypeMethodDescriptionprotected 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) -
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.