K 10 svn:author V 2 pi K 8 svn:date V 27 2016-04-03T07:59:16.319098Z K 7 svn:log V 554 devel/antlr4: 4.5.2 -> 4.5.3 - New grammar option: contextSuperClass. All parse tree internal nodes will derive from this. Default is ParserRuleContext. Should derive from ultimately RuleContext at minimum. Java target can use contextSuperClass=org.antlr.v4.runtime.RuleContextWithAltNum for convenience. It adds a backing field for altNumber, the alt matched for the associated rule node. - Added getMaxTokenType() to Vocabulary interface Full list of changes: https://github.com/antlr/antlr4/pulls?q=milestone%3A4.5.3+is%3Aclosed+is%3Apr END