Home | History | Annotate | Download | only in antlr3

Lines Matching defs:EOF

36 from antlr3.constants import DEFAULT_CHANNEL, EOF
68 yield -1, invalid char / EOF.
166 value includes a single EOF.
193 EOF = -1
396 # happend when we reached EOF and self.data[self.p] fails
412 return EOF
426 return EOF
687 while t is not None and t.type != EOF:
987 if self.stream.tokens[self.index].type != EOF:
1247 if self.get(i).type != EOF:
1313 if t.type != EOF: