Style Rule Instruction Opcode
enum StyleRuleInstructionOpcode : Enum<StyleRuleInstruction.StyleRuleInstructionOpcode>
Content copied to clipboard
A StyleRuleInstructionOpcode uses its ordinal to represent the opcode for a StyleRuleInstruction. The variants must not be reordered.
Author
Todd L Smith
Entries
Link copied to clipboard
Content copied to clipboard
Opcode for MatchLiteralClassifier0.
Link copied to clipboard
Content copied to clipboard
Opcode for MatchLiteralClassifier1.
Link copied to clipboard
Content copied to clipboard
Opcode for MatchLiteralClassifier2.
Link copied to clipboard
Content copied to clipboard
Opcode for MatchLiteralClassifier3.
Link copied to clipboard
Content copied to clipboard
Opcode for MatchLiteralClassifierN.
Link copied to clipboard
Content copied to clipboard
Opcode for MatchLiteralClassifierOrJump0.
Link copied to clipboard
Content copied to clipboard
Opcode for MatchLiteralClassifierOrJump1.
Link copied to clipboard
Content copied to clipboard
Opcode for MatchLiteralClassifierOrJump2.
Link copied to clipboard
Content copied to clipboard
Opcode for MatchLiteralClassifierOrJump3.
Link copied to clipboard
Content copied to clipboard
Opcode for MatchLiteralClassifierOrJumpN.
Link copied to clipboard
Content copied to clipboard
Opcode for MatchEndOfSequence.
Functions
Link copied to clipboard
abstract fun execute( classifier: String, context: StyleRuleContext, rule: StyleRule, reader: NybbleInputStream, injector: (StyleRuleContext) -> Unit): StyleRuleContext
Content copied to clipboard
Execute the instruction associated with the receiver.
Link copied to clipboard
Answer the literal associated with the instruction associated with the receiver.