ForkN

class ForkN(forkTarget: Int) : StyleRuleInstruction

Unconditionally fork the current context, setting its program counter to N, where N is supplied as an immediate operand.. This supports matching of rules compiled from patterns with repeated prefixes, and optimizes for the case where the repetition occurs in the first succession.

Author

Todd L Smith

Constructors

Link copied to clipboard
constructor(forkTarget: Int)

Types

Link copied to clipboard

Functions

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