コード例 #1
0
 def exitSpx_spx(self, ctx: tnsnamesParser.Spx_spxContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
コード例 #2
0
 def exitSpx_spx(self, ctx: tnsnamesParser.Spx_spxContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
コード例 #3
0
 def enterSpx_spx(self, ctx: tnsnamesParser.Spx_spxContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
コード例 #4
0
 def enterSpx_spx(self, ctx: tnsnamesParser.Spx_spxContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])