NfaEdge Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 11 of System.RegularExpressions/Nfa.cm

Constructors & Destructor

public NfaEdge(Symbol* symbol_, NfaState* next_)

Member Functions

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

Member Variables

private NfaState* next
private Symbol* symbol

Constructor& Destructor Details

NfaEdge Constructor

public NfaEdge(Symbol* symbol_, NfaState* next_)

Definition
Line 13 of System.RegularExpressions/Nfa.cm


Member Function Details

GetSymbol Member Function

public inline Symbol* GetSymbol()

Definition
Line 16 of System.RegularExpressions/Nfa.cm


Next Member Function

public inline NfaState* Next()

Definition
Line 20 of System.RegularExpressions/Nfa.cm