public | DfaState(int id_, const List<NfaState*>& nfaStates_) |
public bool | Accept() const |
public void | AddNext(DfaState* n) |
public int | Id() const |
public bool | IsMarked() const |
public void | Mark() |
public DfaState* | Next(int i) const |
public const List<NfaState*>& | NfaStates() const |
public void | SetAccept(bool accept_) |
public void | SetStatementIndex(int index) |
public int | StatementIndex() const |
private bool | accept |
private int | id |
private bool | marked |
private List<DfaState*> | next |
private List<NfaState*> | nfaStates |
private int | statementIndex |