Lines Matching defs:get
64 """Get int at current input pointer + i ahead where i=1 is next int.
78 when passed to rewind() you get back to the same spot.
110 before starting a sem/syn predicate to get the
208 Get the ith character of lookahead. This is the same usually as
257 Get Token at current input pointer + i ahead where i=1 is next Token.
276 def get(self, i):
278 Get a token at an absolute index i; 0..n-1. This is really only
813 Get the ith token from the current position 1..n where k=1 is the
869 def get(self, i):
1042 Because operations never actually alter the buffer, you may always get
1063 You can also have multiple "instruction streams" and get multiple
1110 p = self.programs.get(programName, None)
1214 return self.lastRewriteTokenIndexes.get(programName, -1)
1222 p = self.programs.get(name, None)
1247 if self.get(i).type != EOF:
1248 buf.write(self.get(i).text)
1290 rewrites = self.programs.get(programName)
1303 op = indexToOp.get(i)
1495 """Get all operations before an index of a particular kind."""
1519 buf.write(self.get(i))