kawa.lang
Class SyntaxRules
- Externalizable, Named, Printable
apply , apply , apply0 , apply1 , apply2 , apply3 , apply4 , applyN , check0 , check1 , check2 , check3 , check4 , checkArgCount , checkN , getSetter , getSourceLocation , match0 , match1 , match2 , match3 , match4 , matchN , maxArgs , minArgs , numArgs , set0 , set1 , setN , setSetter , setSourceLocation , toString |
SyntaxRules
public SyntaxRules()
SyntaxRules
public SyntaxRules(Object[] literal_identifiers,
Object srules,
Translator tr)
SyntaxRules
public SyntaxRules(Object[] literal_identifiers,
SyntaxRule[] rules,
int maxVars)
The compiler generates calls to this constructor.
expand
public Object expand(Object obj,
Translator tr)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException