Home | History | Annotate | Download | only in antlr3

Lines Matching full:none

97     def rewind(self, marker=None):
107 If marker is None:
121 def release(self, marker=None):
298 def toString(self, start=None, stop=None):
365 self.lastMarker = None
369 self.name = None
456 def rewind(self, marker=None):
457 if marker is None:
468 def release(self, marker=None):
469 if marker is None:
532 def __init__(self, fileName, encoding=None):
569 def __init__(self, file, encoding=None):
579 if encoding is not None:
617 def __init__(self, tokenSource=None, channel=DEFAULT_CHANNEL):
653 self.lastMarker = None
674 self.lastMarker = None
687 while t is not None and t.type != EOF:
690 if self.discardSet is not None and t.type in self.discardSet:
777 def getTokens(self, start=None, stop=None, types=None):
780 the token type set. Return None if no tokens were found. This
787 if stop is None or stop >= len(self.tokens):
790 if start is None or stop < 0:
794 return None
802 if types is None or token.type in types
806 return None
821 return None
850 return None
853 return None
864 return None
883 return None
897 def release(self, marker=None):
914 def rewind(self, marker=None):
915 if marker is None:
933 def toString(self, start=None, stop=None):
937 if start is None:
942 if stop is None:
960 self.instructionIndex = None
1006 if self.text is not None:
1013 if self.text is None:
1081 def __init__(self, tokenSource=None, channel=DEFAULT_CHANNEL):
1110 p = self.programs.get(programName, None)
1111 if p is not None:
1210 self.replace(*(list(args) + [None]))
1222 p = self.programs.get(name, None)
1223 if p is None:
1235 def toOriginalString(self, start=None, end=None):
1239 if start is None:
1241 if end is None:
1273 if start is None:
1278 if end is None:
1291 if rewrites is None or len(rewrites) == 0:
1311 if op is None:
1394 if rop is None:
1405 rewrites[iop.instructionIndex] = None
1410 rewrites[j] = None
1417 rewrites[j] = None
1429 if prevRop.text is None and rop.text is None and not disjoint:
1431 rewrites[prevRop.instructionIndex] = None
1443 if iop is None:
1457 rewrites[j] = None
1464 rewrites[i] = None
1474 if op is None:
1487 if a is not None:
1489 if b is not None:
1494 def getKindOfOps(self, rewrites, kind, before=None):
1497 if before is None:
1503 if op is None:
1510 def toDebugString(self, start=None, end=None):
1511 if start is None:
1513 if end is None: