MatchLiteralClassifierOrJumpN

class MatchLiteralClassifierOrJumpN(literalIndex: Int, jumpTarget: Int) : StyleRuleInstruction

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

Constructors

Link copied to clipboard
fun MatchLiteralClassifierOrJumpN(literalIndex: Int, jumpTarget: Int)

Types

Link copied to clipboard
object Companion : StyleRuleInstructionCoder

Functions

Link copied to clipboard
open override fun toString(): String