NfaEdge Class

Definition

Line 10 of System.RegularExpressions/Nfa.cm

Constructors & Destructor

public NfaEdge(Symbol* symbol_, NfaState* next_)

Member Functions

public Symbol* GetSymbol() const
public NfaState* Next() const

Member Variables

private NfaState* next
private Symbol* symbol

Constructor& Destructor Details

NfaEdge Constructor

public NfaEdge(Symbol* symbol_, NfaState* next_)

Definition
Line 12 of System.RegularExpressions/Nfa.cm


Member Function Details

GetSymbol Member Function

public Symbol* GetSymbol()

Definition
Line 16 of System.RegularExpressions/Nfa.cm


Next Member Function

public NfaState* Next()

Definition
Line 20 of System.RegularExpressions/Nfa.cm