MatchLiteralClassifierOrJump0

class MatchLiteralClassifierOrJump0(jumpTarget: Int) : StyleRuleInstruction

Match a style classifier against literal #0. On success, fall through to the next instruction of the enclosing rule and pause; on failure, jump to the target instruction.

Author

Todd L Smith

Constructors

Link copied to clipboard
fun MatchLiteralClassifierOrJump0(jumpTarget: Int)

Types

Link copied to clipboard
object Companion : StyleRuleInstructionCoder

Functions

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