Home | History | Annotate | Download | only in tests

Lines Matching refs:capture

26             def capture(self, t):
53 def capture(self, t):
137 def capture(self, t):
138 self.gM1.capture(t)
142 a : B { self.capture("S.a") } ;
195 def capture(self, t):
196 self.gM2.capture(t)
198 a[x] returns [y] : B {self.capture("S.a"); $y="1000";} ;
208 s : label=a[3] {self.capture($label.y);} ;
230 def capture(self, t):
231 self.gM3.capture(t)
234 self.capture("foo")
267 def capture(self, t):
268 self.gM4.capture(t)
270 a : b {self.capture("S.a");} ;
281 def capture(self, t):
282 self.gM4.capture(t)
284 a : B {self.capture("T.a");} ; // hidden by S.a
317 def capture(self, t):
318 self.gM5.capture(t)
320 x : A {self.capture("S.x ");} ;
331 def capture(self, t):
332 self.gM5.capture(t)
334 y : A {self.capture("T.y");} ;
681 def capture(self, t):
682 self.gM6.capture(t)
684 a : b {self.capture("S.a");} ;
768 def capture(self, t):
769 self.gM7.capture(t)
771 A : 'a' {self.capture("S.A ");} ;
803 def capture(self, t):
804 self.gM8.capture(t)
806 A : 'a' {self.capture("S.A")} ;
816 A : 'a' {self.capture("M.A ");} ;