Home | History | Annotate | Download | only in antlr3

Lines Matching refs:TRANSITION

55 value against the transition parameters associated with the current state, and
57 machine cannot transition any further. If the machine cannot transition any
65 +SPECIAL+, +ACCEPT+, and +TRANSITION+. The parameters that characterize state
70 a transition for state +s+
73 a transition for state +s+
74 TRANSITION[s]::
78 If positive, it specifies a state transition in
105 :accept, :special, :transition, :special_block
109 :accept, :special, :transition
147 transition = nil, &special_block )
156 @transition = transition || self.class::TRANSITION #.transition
188 # look for a normal char transition
192 # ranges for the transition decisions
197 next_state = @transition[ state ][ c - @min[ state ] ]
254 # look for a normal char transition
258 # ranges for the transition decisions
263 next_state = @transition[ state ][ c - @min[ state ] ]