Lines Matching full:slice
193 self.slice = s
198 if n >= 0: return self.slice[n].value
202 self.slice[n].value = v
205 return [s.value for s in self.slice[i:j]]
208 return len(self.slice)
211 return getattr(self.slice[n],"lineno",0)
214 self.slice[n].lineno = lineno
217 startline = getattr(self.slice[n],"lineno",0)
218 endline = getattr(self.slice[n],"endlineno",startline)
222 return getattr(self.slice[n],"lexpos",0)
225 startpos = getattr(self.slice[n],"lexpos",0)
226 endpos = getattr(self.slice[n],"endlexpos",startpos)
415 pslice.slice = targ
418 # Call the grammar rule with our special slice object
456 pslice.slice = targ
459 # Call the grammar rule with our special slice object
704 pslice.slice = targ
707 # Call the grammar rule with our special slice object
742 pslice.slice = targ
745 # Call the grammar rule with our special slice object
965 pslice.slice = targ
968 # Call the grammar rule with our special slice object
997 pslice.slice = targ
1000 # Call the grammar rule with our special slice object