public | Nfa() |
public | Nfa(NfaState* start_, NfaState* end_) |
public NfaState* | End() const |
public void | SetEnd(NfaState* end_) |
public void | SetStart(NfaState* start_) |
public NfaState* | Start() const |
private NfaState* | end |
private NfaState* | start |