class Pegasus::Nfa::Transition

Overview

A transition class used to represent the possible transitions possible in the NFA.

Direct Known Subclasses

Defined in:

pegasus/nfa.cr
pegasus/nfa_to_dfa.cr

Instance Method Summary

Instance Method Detail

def char_states #

Returns the characters this transition accepts for transitions.


[View source]