Home | History | Annotate | Download | only in antlr3

Lines Matching full:none

177     def __init__(self, type=None, channel=DEFAULT_CHANNEL, text=None,
178 input=None, start=None, stop=None, oldToken=None):
181 if oldToken is not None:
217 if self._text is not None:
220 if self.input is None:
221 return None
296 if txt is not None:
323 def __init__(self, type=None, text=None, channel=DEFAULT_CHANNEL,
324 oldToken=None
328 if oldToken is not None:
337 self.line = None
338 self.charPositionInLine = None
340 self.index = None
386 return None
398 if txt is None: