Home | History | Annotate | Download | only in antlr3

Lines Matching refs:def

44     def getText(self):
51 def setText(self, text):
59 def getType(self):
66 def setType(self, ttype):
74 def getLine(self):
83 def setLine(self, line):
91 def getCharPositionInLine(self):
100 def setCharPositionInLine(self, pos):
108 def getChannel(self):
115 def setChannel(self, channel):
123 def getTokenIndex(self):
133 def setTokenIndex(self, index):
141 def getInputStream(self):
149 def setInputStream(self, input):
177 def __init__(self, type=None, channel=DEFAULT_CHANNEL, text=None,
216 def getText(self):
229 def setText(self, text):
241 def getType(self):
244 def setType(self, ttype):
247 def getTypeName(self):
252 def getLine(self):
255 def setLine(self, line):
259 def getCharPositionInLine(self):
262 def setCharPositionInLine(self, pos):
266 def getChannel(self):
269 def setChannel(self, channel):
273 def getTokenIndex(self):
276 def setTokenIndex(self, index):
280 def getInputStream(self):
283 def setInputStream(self, input):
287 def __str__(self):
323 def __init__(self, type=None, text=None, channel=DEFAULT_CHANNEL,
343 def getText(self):
346 def setText(self, text):
350 def getType(self):
353 def setType(self, ttype):
357 def getLine(self):
360 def setLine(self, line):
364 def getCharPositionInLine(self):
367 def setCharPositionInLine(self, pos):
371 def getChannel(self):
374 def setChannel(self, channel):
378 def getTokenIndex(self):
381 def setTokenIndex(self, index):
385 def getInputStream(self):
388 def setInputStream(self, input):
392 def toString(self):