kawa.standard
public class object extends Syntax
| Field Summary | |
|---|---|
| static Keyword | accessKeyword |
| static Keyword | allocationKeyword |
| static object | objectSyntax |
| static Keyword | throwsKeyword |
| Constructor Summary | |
|---|---|
| object(Lambda lambda) | |
| Method Summary | |
|---|---|
| void | rewriteClassDef(Object[] saved, Translator tr) |
| Expression | rewriteForm(Pair form, Translator tr) |
| Object[] | scanClassDef(Pair pair, ClassExp oexp, Translator tr) Does the first "scan-time" processing of the class/object definition.
|