summaryrefslogtreecommitdiff
path: root/qface/idl/parser/TListener.py
diff options
context:
space:
mode:
Diffstat (limited to 'qface/idl/parser/TListener.py')
-rw-r--r--qface/idl/parser/TListener.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/qface/idl/parser/TListener.py b/qface/idl/parser/TListener.py
index b1f0969..07d41ad 100644
--- a/qface/idl/parser/TListener.py
+++ b/qface/idl/parser/TListener.py
@@ -80,6 +80,15 @@ class TListener(ParseTreeListener):
pass
+ # Enter a parse tree produced by TParser#signalSymbol.
+ def enterSignalSymbol(self, ctx:TParser.SignalSymbolContext):
+ pass
+
+ # Exit a parse tree produced by TParser#signalSymbol.
+ def exitSignalSymbol(self, ctx:TParser.SignalSymbolContext):
+ pass
+
+
# Enter a parse tree produced by TParser#propertySymbol.
def enterPropertySymbol(self, ctx:TParser.PropertySymbolContext):
pass