예제 #1
0
 def exitDescription(self, ctx: tnsnamesParser.DescriptionContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
     self._enteredDescription = False
예제 #2
0
 def exitDescription(self, ctx: tnsnamesParser.DescriptionContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
     self._enteredDescription = False
예제 #3
0
 def enterDescription(self, ctx: tnsnamesParser.DescriptionContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
     self._enteredDescription = True
예제 #4
0
 def enterDescription(self, ctx: tnsnamesParser.DescriptionContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
     self._enteredDescription = True