Public Member Functions | |
int | getFinalValue () const |
int | getNumberOfEdges () const |
const Edge & | getEdge (int i) const |
int | step (unsigned symbol) const |
If an edge range exists that include the argument symbol then return the target state of that edge range. |
Definition at line 77 of file dfa.H.
|
If an edge range exists that include the argument symbol then return the target state of that edge range. Otherwise return -1. Definition at line 100 of file dfa.H. Referenced by Archon::Utilities::Lexer::Engine::Engine(), and Archon::Utilities::Lexer::getNext(). |