Commit 71703806 by Stalin Munoz

Regenerated for new version of antlr4

parent b67f9528
# Generated from BooleanSentence.g4 by ANTLR 4.5.1
# Generated from BooleanSentence.g4 by ANTLR 4.13.0
from antlr4 import *
if __name__ is not None and "." in __name__:
if "." in __name__:
from .BooleanSentenceParser import BooleanSentenceParser
else:
from BooleanSentenceParser import BooleanSentenceParser
......@@ -17,15 +17,6 @@ class BooleanSentenceListener(ParseTreeListener):
pass
# Enter a parse tree produced by BooleanSentenceParser#NotSentence.
def enterNotSentence(self, ctx:BooleanSentenceParser.NotSentenceContext):
pass
# Exit a parse tree produced by BooleanSentenceParser#NotSentence.
def exitNotSentence(self, ctx:BooleanSentenceParser.NotSentenceContext):
pass
# Enter a parse tree produced by BooleanSentenceParser#TrueSentence.
def enterTrueSentence(self, ctx:BooleanSentenceParser.TrueSentenceContext):
pass
......@@ -44,6 +35,15 @@ class BooleanSentenceListener(ParseTreeListener):
pass
# Enter a parse tree produced by BooleanSentenceParser#NotSentence.
def enterNotSentence(self, ctx:BooleanSentenceParser.NotSentenceContext):
pass
# Exit a parse tree produced by BooleanSentenceParser#NotSentence.
def exitNotSentence(self, ctx:BooleanSentenceParser.NotSentenceContext):
pass
# Enter a parse tree produced by BooleanSentenceParser#AndSentence.
def enterAndSentence(self, ctx:BooleanSentenceParser.AndSentenceContext):
pass
......@@ -98,3 +98,5 @@ class BooleanSentenceListener(ParseTreeListener):
pass
del BooleanSentenceParser
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment