Home | History | Annotate | Download | only in antlr3

Lines Matching full:fromtoken

229     def createFromToken(self, tokenType, fromToken, text=None):
230 node = self.adaptor.createFromToken(tokenType, fromToken, text)