Skip to content

Commit

Permalink
Missing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud committed Nov 23, 2014
1 parent fb3d97b commit 3230356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/antlr4/tree/Tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ def aggregateResult(self, aggregate, nextResult):
def shouldVisitNextChild(self, node, currentResult):
return True

ParserRuleContext = None

class ParseTreeListener(object):

def visitTerminal(self, node:TerminalNode):
Expand Down

0 comments on commit 3230356

Please sign in to comment.