| kawa.standard.object
object | public class object extends Syntax (Code) | | |
allocationKeyword | final public static Keyword allocationKeyword(Code) | | |
init_keywordKeyword | final static Keyword init_keywordKeyword(Code) | | |
matches | static boolean matches(Object exp, String tag, Translator tr)(Code) | | True if exp matches tag: , "tag" ,
or 'tag . The latter is recommended as a matter of style.
|
scanClassDef | public Object[] scanClassDef(Pair pair, ClassExp oexp, Translator tr)(Code) | | Does the first "scan-time" processing of the class/object definition.
Returns an array of values to be used at "rewrite-time".
|
|
|