def exitBeq_protocol(self, ctx: tnsnamesParser.Beq_protocolContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Beispiel #2
0
 def exitBeq_protocol(self, ctx: tnsnamesParser.Beq_protocolContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
 def enterBeq_protocol(self, ctx: tnsnamesParser.Beq_protocolContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Beispiel #4
0
 def enterBeq_protocol(self, ctx: tnsnamesParser.Beq_protocolContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])