Home | History | Annotate | Download | only in antlr3

Lines Matching refs:EOT

64 as a member of seven seperate array constants -- +MIN+, +MAX+, +EOT+, +EOF+,
77 EOT[s]::
104 attr_reader :recognizer, :decision_number, :eot, :eof, :min, :max,
108 attr_reader :decision, :eot, :eof, :min, :max,
145 eot = nil, eof = nil, min = nil, max = nil,
150 @eot = eot || self.class::EOT #.eot
199 if @eot[ state ] >= 0
200 state = @eot[ state ]
213 if @eot[ state ] >= 0
214 state = @eot[ state ]
265 if @eot[ state ] >= 0
266 state = @eot[ state ]
278 if @eot[ state ] >= 0
279 state = @eot[ state ]