def exitBeq_program(self, ctx: tnsnamesParser.Beq_programContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
示例#2
0
 def exitBeq_program(self, ctx: tnsnamesParser.Beq_programContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterBeq_program(self, ctx: tnsnamesParser.Beq_programContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
示例#4
0
 def enterBeq_program(self, ctx: tnsnamesParser.Beq_programContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])