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
applyToObject
Fields inherited from class gnu.mapping.Procedure
applyMethodType, applyToConsumerDefault, applyToConsumerMethod, applyToObjectDefault, applyToObjectMethod, compilerKey, compilerXKey, inlineIfConstantSymbol, validateApplyKey, validateXApplyKey
Fields 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, numArgs
Methods 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, toString
Methods 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:
apply1
in classProcedure1
-
expand
-
print
- Specified by:
print
in interfacegnu.kawa.format.Printable
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-