Match Literal Classifier Or Jump1
class MatchLiteralClassifierOrJump1(jumpTarget: Int) : StyleRuleInstruction
Content copied to clipboard
Match a style classifier against literal #1. 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