| public | NfaState(int id_) |
| public bool | Accept() const |
| public void | AddEdge(const NfaEdge& edge) |
| public void | Dump() |
| public const List<NfaEdge>& | Edges() const |
| public nothrow int | Id() const |
| public List<NfaState*> | Next(uchar c) const |
| public void | SetAccept(bool accept_) |
| public void | SetEdges(const List<NfaEdge>& edges_) |
| private bool | accept |
| private List<NfaEdge> | edges |
| private int | id |