Match Literal Classifier Or Jump N
class MatchLiteralClassifierOrJumpN(literalIndex: Int, jumpTarget: Int) : StyleRuleInstruction
Content copied to clipboard
Match a style classifier against literal #N, where N is supplied as an immediate operand. On success, fall through to the next instruction of the enclosing rule and pause; on failure, jump to the target instruction. Note that the encoding offsets the literal index by -4, so this cannot be used to encode indices ≤ 4.
Author
Todd L Smith