StyleRuleInstructionOpcode

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Opcode for Fork.

Link copied to clipboard

Opcode for ForkN.

Link 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

Execute the instruction associated with the receiver.

Link copied to clipboard
open fun literal(rule: StyleRule, reader: NybbleInputStream): String?

Answer the literal associated with the instruction associated with the receiver.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int