Home | History | Annotate | Download | only in antlr3

Lines Matching defs:EOF

33 from antlr3.constants import EOF
49 eot, eof, min, max, accept, special, transition
56 self.eof = eof
94 #print "LA = %d (%r)" % (c, unichr(c) if c >= 0 else 'EOF')
135 # EOF Transition to accept state?
136 if c == EOF and self.eof[s] >= 0:
137 #print "EOF Transition to accept state %d" \
138 # % self.accept[self.eof[s]]
139 return self.accept[self.eof[s]]
141 # not in range and not EOF/EOT, must be invalid symbol