Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
kawa.standard |
Primitive Scheme syntax and functions.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectExp
An expression that evaluated to an instance of an anonymous class.
|
Modifier and Type | Method and Description |
---|---|
protected Expression |
ANormalize.visitClassExp(ClassExp exp,
gnu.expr.ANormalize.Context context) |
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 |
InlineCalls.visitClassExp(ClassExp exp,
Type required) |
protected Expression |
PushApply.visitClassExp(ClassExp exp,
java.lang.Void ignored) |
protected Expression |
FindCapturedVars.visitClassExp(ClassExp exp,
java.lang.Void ignored) |
Constructor and Description |
---|
ClassInitializer(ClassExp cexp,
Field field,
Compilation comp) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
object.scanClassDef(Pair pair,
ClassExp oexp,
Translator tr)
Does the first "scan-time" processing of the class/object definition.
|