Match End Of Sequence
object MatchEndOfSequence : StyleRuleInstructionCoder, StyleRuleInstruction
Content copied to clipboard
Match a style classifier against the special end-of-sequence classifier, represented by the empty string. On success, succeed the enclosing rule; on failure, fail the enclosing rule.
Author
Todd L Smith
Functions
Link copied to clipboard
Encode the associated instruction onto the specified NybbleOutputStream. Subclasses should call the superimplementation to ensure that the opcode is correctly encoded. This protocol exists to permit the code generator to emit instructions without instantiating them.
Properties
Link copied to clipboard
The opcode of the associated instruction.