Home | History | Annotate | Download | only in antlr3

Lines Matching refs:consumeToken

120         self._dbg.consumeToken(t)
465 def consumeToken(self, t):
483 which Token object was examined. Like consumeToken, this indicates
566 consumeToken [c/<4>,1:0]
577 consumeToken [c/<4>,1:1]
637 This is the analog of the consumeToken method. Again, the ID is
951 def consumeToken(self, t):
952 self.transmit("consumeToken\t%s" % self.serializeToken(t))