Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:eot

2408     property EOT: TSmallintArray read FEOT write FEOT;
5171 // must check EOT, which is like the else clause.
5172 // eot[s]>=0 indicates that an EOT edge goes to another
5174 if (FEOT[S] >= 0) then // EOT Transition to accept state?
5178 // TODO: I had this as return accept[eot[s]]
5179 // which assumed here that the EOT edge always
5181 // what about predicated edges coming from EOT
5196 // EOT Transition?
5209 // not in range and not EOF/EOT, must be invalid symbol