Lines Matching refs:oldToken
178 input=None, start=None, stop=None, oldToken=None): argument
181 if oldToken is not None:
182 self.type = oldToken.type
183 self.line = oldToken.line
184 self.charPositionInLine = oldToken.charPositionInLine
185 self.channel = oldToken.channel
186 self.index = oldToken.index
187 self._text = oldToken._text
188 self.input = oldToken.input
189 if isinstance(oldToken, CommonToken):
190 self.start = oldToken.start
191 self.stop = oldToken.stop
324 oldToken=None argument
328 if oldToken is not None:
329 self.text = oldToken.text
330 self.type = oldToken.type
331 self.line = oldToken.line
332 self.charPositionInLine = oldToken.charPositionInLine
333 self.channel = oldToken.channel