File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
// Checkstyle: stop
29
29
// JaCoCo Exclude
30
30
//@formatter:off
31
- // Generated from graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3.g4 by ANTLR 4.7 .2
31
+ // Generated from graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3.g4 by ANTLR 4.9 .2
32
32
package com .oracle .graal .python .parser .antlr ;
33
33
import org .antlr .v4 .runtime .Lexer ;
34
34
import org .antlr .v4 .runtime .CharStream ;
41
41
42
42
@ SuppressWarnings ("all" )
43
43
public class Python3Lexer extends Lexer {
44
- static { RuntimeMetaData .checkVersion ("4.7 .2" , RuntimeMetaData .VERSION ); }
44
+ static { RuntimeMetaData .checkVersion ("4.9 .2" , RuntimeMetaData .VERSION ); }
45
45
46
46
protected static final DFA [] _decisionToDFA ;
47
47
protected static final PredictionContextCache _sharedContextCache =
Original file line number Diff line number Diff line change 28
28
// Checkstyle: stop
29
29
// JaCoCo Exclude
30
30
//@formatter:off
31
- // Generated from graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3.g4 by ANTLR 4.7 .2
31
+ // Generated from graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3.g4 by ANTLR 4.9 .2
32
32
package com .oracle .graal .python .parser .antlr ;
33
33
34
34
import com .oracle .graal .python .builtins .objects .ellipsis .PEllipsis ;
61
61
62
62
@ SuppressWarnings ("all" )
63
63
public class Python3Parser extends Parser {
64
- static { RuntimeMetaData .checkVersion ("4.7 .2" , RuntimeMetaData .VERSION ); }
64
+ static { RuntimeMetaData .checkVersion ("4.9 .2" , RuntimeMetaData .VERSION ); }
65
65
66
66
protected static final DFA [] _decisionToDFA ;
67
67
protected static final PredictionContextCache _sharedContextCache =
You can’t perform that action at this time.
0 commit comments