Parsing Conversion Rule
A ParsingConversionRule describes how to convert the argument at the top of the parsing stack from one phrase to another.
Author
Todd L Smith
Parameters
The rule number.
Entries
0 - No conversion.
1 - Convert a list into a literal phrase that yields an integer representing the size of the original list.
2 - Immediately evaluate the phrase on the stack to produce a value. Replace the phrase with a literal phrase holding this value.
Properties
Functions
Convert an input AvailObject into an output AvailObject, using the specific conversion rule's implementation.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.