1- // Generated from /Users/zhenglin/Documents/parser/ dt-sql-parser/src/grammar/trinosql/trinoSqlParser .g4 by ANTLR 4.12.0
1+ // Generated from /Users/ziv/github.com/ dt-sql-parser/src/grammar/trinosql/TrinoSql .g4 by ANTLR 4.12.0
22// noinspection ES6UnusedImports,JSUnusedGlobalSymbols,JSUnusedLocalSymbols
33import {
44 ATN ,
@@ -11,7 +11,7 @@ import {
1111 PredictionContextCache ,
1212 Token
1313} from "antlr4" ;
14- export default class trinoSqlParserLexer extends Lexer {
14+ export default class TrinoSqlLexer extends Lexer {
1515 public static readonly T__0 = 1 ;
1616 public static readonly T__1 = 2 ;
1717 public static readonly T__2 = 3 ;
@@ -569,20 +569,20 @@ export default class trinoSqlParserLexer extends Lexer {
569569
570570 constructor ( input : CharStream ) {
571571 super ( input ) ;
572- this . _interp = new LexerATNSimulator ( this , trinoSqlParserLexer . _ATN , trinoSqlParserLexer . DecisionsToDFA , new PredictionContextCache ( ) ) ;
572+ this . _interp = new LexerATNSimulator ( this , TrinoSqlLexer . _ATN , TrinoSqlLexer . DecisionsToDFA , new PredictionContextCache ( ) ) ;
573573 }
574574
575- public get grammarFileName ( ) : string { return "trinoSqlParser .g4" ; }
575+ public get grammarFileName ( ) : string { return "TrinoSql .g4" ; }
576576
577- public get literalNames ( ) : ( string | null ) [ ] { return trinoSqlParserLexer . literalNames ; }
578- public get symbolicNames ( ) : ( string | null ) [ ] { return trinoSqlParserLexer . symbolicNames ; }
579- public get ruleNames ( ) : string [ ] { return trinoSqlParserLexer . ruleNames ; }
577+ public get literalNames ( ) : ( string | null ) [ ] { return TrinoSqlLexer . literalNames ; }
578+ public get symbolicNames ( ) : ( string | null ) [ ] { return TrinoSqlLexer . symbolicNames ; }
579+ public get ruleNames ( ) : string [ ] { return TrinoSqlLexer . ruleNames ; }
580580
581- public get serializedATN ( ) : number [ ] { return trinoSqlParserLexer . _serializedATN ; }
581+ public get serializedATN ( ) : number [ ] { return TrinoSqlLexer . _serializedATN ; }
582582
583- public get channelNames ( ) : string [ ] { return trinoSqlParserLexer . channelNames ; }
583+ public get channelNames ( ) : string [ ] { return TrinoSqlLexer . channelNames ; }
584584
585- public get modeNames ( ) : string [ ] { return trinoSqlParserLexer . modeNames ; }
585+ public get modeNames ( ) : string [ ] { return TrinoSqlLexer . modeNames ; }
586586
587587 public static readonly _serializedATN : number [ ] = [ 4 , 0 , 276 , 2467 , 6 , - 1 , 2 ,
588588 0 , 7 , 0 , 2 , 1 , 7 , 1 , 2 , 2 , 7 , 2 , 2 , 3 , 7 , 3 , 2 , 4 , 7 , 4 , 2 , 5 , 7 , 5 , 2 , 6 , 7 , 6 , 2 , 7 , 7 , 7 , 2 , 8 , 7 , 8 , 2 ,
@@ -1424,13 +1424,13 @@ export default class trinoSqlParserLexer extends Lexer {
14241424
14251425 private static __ATN : ATN ;
14261426 public static get _ATN ( ) : ATN {
1427- if ( ! trinoSqlParserLexer . __ATN ) {
1428- trinoSqlParserLexer . __ATN = new ATNDeserializer ( ) . deserialize ( trinoSqlParserLexer . _serializedATN ) ;
1427+ if ( ! TrinoSqlLexer . __ATN ) {
1428+ TrinoSqlLexer . __ATN = new ATNDeserializer ( ) . deserialize ( TrinoSqlLexer . _serializedATN ) ;
14291429 }
14301430
1431- return trinoSqlParserLexer . __ATN ;
1431+ return TrinoSqlLexer . __ATN ;
14321432 }
14331433
14341434
1435- static DecisionsToDFA = trinoSqlParserLexer . _ATN . decisionToState . map ( ( ds : DecisionState , index : number ) => new DFA ( ds , index ) ) ;
1435+ static DecisionsToDFA = TrinoSqlLexer . _ATN . decisionToState . map ( ( ds : DecisionState , index : number ) => new DFA ( ds , index ) ) ;
14361436}
0 commit comments