Exemplo n.º 1
0
 def exitFo_type(self, ctx: tnsnamesParser.Fo_typeContext):
     assert tnsnamesParser.ruleNames[ctx.getRuleIndex()] == self._tnsStack.pop
Exemplo n.º 2
0
 def exitFo_type(self, ctx: tnsnamesParser.Fo_typeContext):
     assert tnsnamesParser.ruleNames[
         ctx.getRuleIndex()] == self._tnsStack.pop
Exemplo n.º 3
0
 def enterFo_type(self, ctx: tnsnamesParser.Fo_typeContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])
Exemplo n.º 4
0
 def enterFo_type(self, ctx: tnsnamesParser.Fo_typeContext):
     self._tnsStack.push(tnsnamesParser.ruleNames[ctx.getRuleIndex()])