forked from jasder/antlr
visitTerminal had extra <> so it was <Token> arg type
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9407]
This commit is contained in:
parent
b61603e98a
commit
140f0fc098
|
@ -55,7 +55,7 @@ public class Blank<listener.grammarName>Listener implements <listener.grammarNam
|
||||||
|
|
||||||
@Override public void enterEveryRule(ParserRuleContext\<<TokenLabelType()> > ctx) { }
|
@Override public void enterEveryRule(ParserRuleContext\<<TokenLabelType()> > ctx) { }
|
||||||
@Override public void exitEveryRule(ParserRuleContext\<<TokenLabelType()> > ctx) { }
|
@Override public void exitEveryRule(ParserRuleContext\<<TokenLabelType()> > ctx) { }
|
||||||
@Override public void visitTerminal(\<<TokenLabelType()> > symbol) { }
|
@Override public void visitTerminal(<TokenLabelType()> symbol) { }
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue