Package kawa.lang
Class SyntaxRules
java.lang.Object
gnu.mapping.PropertySet
gnu.mapping.Procedure
gnu.mapping.Procedure1
kawa.lang.SyntaxRules
- All Implemented Interfaces:
gnu.kawa.format.Printable,Named,Externalizable,Serializable
- See Also:
-
Field Summary
Fields inherited from class gnu.mapping.Procedure1
applyToObjectFields inherited from class gnu.mapping.Procedure
applyMethodType, applyToConsumerDefault, applyToConsumerMethod, applyToObjectDefault, applyToObjectMethod, compilerKey, compilerXKey, inlineIfConstantSymbol, validateApplyKey, validateXApplyKeyFields inherited from class gnu.mapping.PropertySet
nameKey -
Constructor Summary
ConstructorsConstructorDescriptionSyntaxRules(Object[] literal_identifiers, SyntaxRule[] rules, int maxVars, Object name) The compiler generates calls to this constructor.SyntaxRules(Object ellipsis, Object[] literal_identifiers, Object srules, Translator tr) -
Method Summary
Methods inherited from class gnu.mapping.Procedure1
apply0, apply2, apply3, apply4, applyN, applyToObject, numArgsMethods inherited from class gnu.mapping.Procedure
applyL, applyToConsumerDefault, applyToObjectDefault, checkArgCount, checkBadCode, getApplyMethod, getApplyToConsumerMethod, getApplyToObjectMethod, getReturnType, getSetter, getSourceLocation, isSideEffectFree, lookupApplyHandle, maxArgs, maxArgs, minArgs, minArgs, set0, set1, setN, setSetter, setSourceLocation, toStringMethods inherited from class gnu.mapping.PropertySet
getName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbol
-
Constructor Details
-
SyntaxRules
public SyntaxRules() -
SyntaxRules
The compiler generates calls to this constructor. -
SyntaxRules
-
-
Method Details
-
apply1
- Specified by:
apply1in classProcedure1
-
expand
-
print
- Specified by:
printin interfacegnu.kawa.format.Printable
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-