Esempio n. 1
0
 def test_thisExp(self):
     g = JavaGrammar()
     self._parseStringTest(g.thisExp(), 'this', Schema.ThisExp())
Esempio n. 2
0
 def thisExp(self):
     return Keyword(Keywords.thisKeyword).action(
         lambda input, begin, end, x, bindings: Schema.ThisExp())