forked from jasder/antlr
More versions updated.
This commit is contained in:
parent
a4e0948600
commit
a55baba44c
|
@ -385,7 +385,7 @@ namespace antlr4 {
|
||||||
* and currently there is no setParent() in {@link TerminalNode} (and can't
|
* and currently there is no setParent() in {@link TerminalNode} (and can't
|
||||||
* add method in Java 1.7 without breaking backward compatibility).
|
* add method in Java 1.7 without breaking backward compatibility).
|
||||||
*
|
*
|
||||||
* @since 4.6.1
|
* @since 4.7
|
||||||
*/
|
*/
|
||||||
tree::TerminalNode *createTerminalNode(Token *t);
|
tree::TerminalNode *createTerminalNode(Token *t);
|
||||||
|
|
||||||
|
@ -397,7 +397,7 @@ namespace antlr4 {
|
||||||
* and currently there is no setParent() in {@link ErrorNode} (and can't
|
* and currently there is no setParent() in {@link ErrorNode} (and can't
|
||||||
* add method in Java 1.7 without breaking backward compatibility).
|
* add method in Java 1.7 without breaking backward compatibility).
|
||||||
*
|
*
|
||||||
* @since 4.6.1
|
* @since 4.7
|
||||||
*/
|
*/
|
||||||
tree::ErrorNode *createErrorNode(Token *t);
|
tree::ErrorNode *createErrorNode(Token *t);
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
using namespace antlr4;
|
using namespace antlr4;
|
||||||
|
|
||||||
const std::string RuntimeMetaData::VERSION = "4.6.1";
|
const std::string RuntimeMetaData::VERSION = "4.7";
|
||||||
|
|
||||||
std::string RuntimeMetaData::getRuntimeVersion() {
|
std::string RuntimeMetaData::getRuntimeVersion() {
|
||||||
return VERSION;
|
return VERSION;
|
||||||
|
|
Loading…
Reference in New Issue