Style Rule Context
data class StyleRuleContext(val rule: StyleRule, val programCounter: Int, val state: StyleRuleContextState = PAUSED)
A StyleRuleContext represents the complete machine state of a running StyleRule.
Author
Todd L Smith
Properties
Link copied to clipboard
The literal style classifier that the rule will attempt to match given this context, or null if the program counter is at the end of the instruction stream.
Link copied to clipboard
A transform of the receiver without any representational singularities. This simplifies detection of successful contexts.
Link copied to clipboard
The zero-based nybble index of the next instruction to execute from the rule. This is relative to the based of the coded instruction stream.
Link copied to clipboard
The execution state.