class

Pegasus::Nfa::ByteTransition

Inherits Pegasus::Nfa::Transition / Reference / Object

A transition that requires a single byte.

Constructors

new(byte : UInt8)

Creates a new byte transition.

Source

Instance methods

byte

The byte used for the transition.

Source
char_states

Returns the characters this transition accepts for transitions.

Source