summary refs log tree commit diff
path: root/gen/ANFListener.py
diff options
context:
space:
mode:
Diffstat (limited to 'gen/ANFListener.py')
-rw-r--r--gen/ANFListener.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/gen/ANFListener.py b/gen/ANFListener.py
index cb5ec92..23c8c41 100644
--- a/gen/ANFListener.py
+++ b/gen/ANFListener.py
@@ -188,6 +188,15 @@ class ANFListener(ParseTreeListener):
         pass
 
 
+    # Enter a parse tree produced by ANFParser#if.
+    def enterIf(self, ctx:ANFParser.IfContext):
+        pass
+
+    # Exit a parse tree produced by ANFParser#if.
+    def exitIf(self, ctx:ANFParser.IfContext):
+        pass
+
+
     # Enter a parse tree produced by ANFParser#fc.
     def enterFc(self, ctx:ANFParser.FcContext):
         pass