Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
kawa.standard |
Modifier and Type | Class and Description |
---|---|
class |
ObjectExp |
Modifier and Type | Method and Description |
---|---|
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 |
FindCapturedVars.visitClassExp(ClassExp exp,
java.lang.Void ignored) |
Constructor and Description |
---|
ClassInitializer(ClassExp cexp,
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.
|