Home | History | Annotate | Download | only in antlr3

Lines Matching refs:transition

38     """@brief A DFA implemented as a set of transition tables.
49 eot, eof, min, max, accept, special, transition
61 self.transition = transition
91 # look for a normal char transition
99 snext = self.transition[s][c-self.min[s]]
103 #print "not a normal transition"
104 # was in range but not a normal transition
108 if self.eot[s] >= 0: # EOT Transition to accept state?
135 # EOF Transition to accept state?
137 #print "EOF Transition to accept state %d" \