Skip to content

Commit d642f95

Browse files
committed
changes in generated files for ANTLR 4.7.1
1 parent 769f3b7 commit d642f95

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3BaseListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
// Checkstyle: stop
2929
//@formatter:off
30-
// Generated from Python3.g4 by ANTLR 4.7
30+
// Generated from Python3.g4 by ANTLR 4.7.1
3131
package com.oracle.graal.python.parser.antlr;
3232

3333
import org.antlr.v4.runtime.ParserRuleContext;

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3BaseVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
// Checkstyle: stop
2929
//@formatter:off
30-
// Generated from Python3.g4 by ANTLR 4.7
30+
// Generated from Python3.g4 by ANTLR 4.7.1
3131
package com.oracle.graal.python.parser.antlr;
3232
import org.antlr.v4.runtime.tree.AbstractParseTreeVisitor;
3333

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3Lexer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
// Checkstyle: stop
2929
//@formatter:off
30-
// Generated from Python3.g4 by ANTLR 4.7
30+
// Generated from Python3.g4 by ANTLR 4.7.1
3131
package com.oracle.graal.python.parser.antlr;
3232
import org.antlr.v4.runtime.Lexer;
3333
import org.antlr.v4.runtime.CharStream;
@@ -40,7 +40,7 @@
4040

4141
@SuppressWarnings("all")
4242
public class Python3Lexer extends Lexer {
43-
static { RuntimeMetaData.checkVersion("4.7", RuntimeMetaData.VERSION); }
43+
static { RuntimeMetaData.checkVersion("4.7.1", RuntimeMetaData.VERSION); }
4444

4545
protected static final DFA[] _decisionToDFA;
4646
protected static final PredictionContextCache _sharedContextCache =

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3Listener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
// Checkstyle: stop
2929
//@formatter:off
30-
// Generated from Python3.g4 by ANTLR 4.7
30+
// Generated from Python3.g4 by ANTLR 4.7.1
3131
package com.oracle.graal.python.parser.antlr;
3232
import org.antlr.v4.runtime.tree.ParseTreeListener;
3333

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3Parser.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
// Checkstyle: stop
2929
//@formatter:off
30-
// Generated from Python3.g4 by ANTLR 4.7
30+
// Generated from Python3.g4 by ANTLR 4.7.1
3131
package com.oracle.graal.python.parser.antlr;
3232
import org.antlr.v4.runtime.atn.*;
3333
import org.antlr.v4.runtime.dfa.DFA;
@@ -40,7 +40,7 @@
4040

4141
@SuppressWarnings("all")
4242
public class Python3Parser extends Parser {
43-
static { RuntimeMetaData.checkVersion("4.7", RuntimeMetaData.VERSION); }
43+
static { RuntimeMetaData.checkVersion("4.7.1", RuntimeMetaData.VERSION); }
4444

4545
protected static final DFA[] _decisionToDFA;
4646
protected static final PredictionContextCache _sharedContextCache =

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3Visitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
// Checkstyle: stop
2929
//@formatter:off
30-
// Generated from Python3.g4 by ANTLR 4.7
30+
// Generated from Python3.g4 by ANTLR 4.7.1
3131
package com.oracle.graal.python.parser.antlr;
3232
import org.antlr.v4.runtime.tree.ParseTreeVisitor;
3333

0 commit comments

Comments
 (0)