3232import org .antlr .v4 .runtime .misc .*;
3333import org .antlr .v4 .runtime .tree .*;
3434
35- @ SuppressWarnings ({"all" , "warnings" , "unchecked" , "unused" , "cast" })
35+ @ SuppressWarnings ({"all" , "warnings" , "unchecked" , "unused" , "cast" , "CheckReturnValue" , "this-escape" })
3636public class ScELParser extends Parser {
37- static { RuntimeMetaData .checkVersion ("4.10.1 " , RuntimeMetaData .VERSION ); }
37+ static { RuntimeMetaData .checkVersion ("4.13.2 " , RuntimeMetaData .VERSION ); }
3838
3939 protected static final DFA [] _decisionToDFA ;
4040 protected static final PredictionContextCache _sharedContextCache =
@@ -127,6 +127,7 @@ public ScELParser(TokenStream input) {
127127 _interp = new ParserATNSimulator (this ,_ATN ,_decisionToDFA ,_sharedContextCache );
128128 }
129129
130+ @ SuppressWarnings ("CheckReturnValue" )
130131 public static class ScelContext extends ParserRuleContext {
131132 public TerminalNode EOF () { return getToken (ScELParser .EOF , 0 ); }
132133 public PropertyDeclarationContext propertyDeclaration () {
@@ -200,6 +201,7 @@ public final ScelContext scel() throws RecognitionException {
200201 return _localctx ;
201202 }
202203
204+ @ SuppressWarnings ("CheckReturnValue" )
203205 public static class SubstitutionExpressionContext extends ParserRuleContext {
204206 public List <SubstitutionStrContentContext > substitutionStrContent () {
205207 return getRuleContexts (SubstitutionStrContentContext .class );
@@ -237,7 +239,7 @@ public final SubstitutionExpressionContext substitutionExpression() throws Recog
237239 setState (35 );
238240 _errHandler .sync (this );
239241 _la = _input .LA (1 );
240- while ((((_la ) & ~0x3f ) == 0 && ((1L << _la ) & (( 1L << LineStrText ) | ( 1L << LineStrEscapedChar ) | ( 1L << LineSubstExprStart )) ) != 0 )) {
242+ while ((((_la ) & ~0x3f ) == 0 && ((1L << _la ) & 917504L ) != 0 )) {
241243 {
242244 setState (33 );
243245 _errHandler .sync (this );
@@ -276,6 +278,7 @@ public final SubstitutionExpressionContext substitutionExpression() throws Recog
276278 return _localctx ;
277279 }
278280
281+ @ SuppressWarnings ("CheckReturnValue" )
279282 public static class SubstitutionStrContentContext extends ParserRuleContext {
280283 public TerminalNode LineStrText () { return getToken (ScELParser .LineStrText , 0 ); }
281284 public TerminalNode LineStrEscapedChar () { return getToken (ScELParser .LineStrEscapedChar , 0 ); }
@@ -323,6 +326,7 @@ public final SubstitutionStrContentContext substitutionStrContent() throws Recog
323326 return _localctx ;
324327 }
325328
329+ @ SuppressWarnings ("CheckReturnValue" )
326330 public static class SubstitutionStrExpressionContext extends ParserRuleContext {
327331 public TerminalNode LineSubstExprStart () { return getToken (ScELParser .LineSubstExprStart , 0 ); }
328332 public TerminalNode LineSubstExprEnd () { return getToken (ScELParser .LineSubstExprEnd , 0 ); }
@@ -389,7 +393,7 @@ public final SubstitutionStrExpressionContext substitutionStrExpression() throws
389393 setState (45 );
390394 _errHandler .sync (this );
391395 _la = _input .LA (1 );
392- } while ( (((_la ) & ~0x3f ) == 0 && ((1L << _la ) & (( 1L << Literal ) | ( 1L << PropertyExprStart ) | ( 1L << Identifier )) ) != 0 ) );
396+ } while ( (((_la ) & ~0x3f ) == 0 && ((1L << _la ) & 9437186L ) != 0 ) );
393397 setState (47 );
394398 match (LineSubstExprEnd );
395399 }
@@ -405,6 +409,7 @@ public final SubstitutionStrExpressionContext substitutionStrExpression() throws
405409 return _localctx ;
406410 }
407411
412+ @ SuppressWarnings ("CheckReturnValue" )
408413 public static class ExpressionContext extends ParserRuleContext {
409414 public PropertyDeclarationContext propertyDeclaration () {
410415 return getRuleContext (PropertyDeclarationContext .class ,0 );
@@ -462,6 +467,7 @@ public final ExpressionContext expression() throws RecognitionException {
462467 return _localctx ;
463468 }
464469
470+ @ SuppressWarnings ("CheckReturnValue" )
465471 public static class PropertyDeclarationContext extends ParserRuleContext {
466472 public TerminalNode PropertyExprStart () { return getToken (ScELParser .PropertyExprStart , 0 ); }
467473 public ScopeContext scope () {
@@ -538,6 +544,7 @@ public final PropertyDeclarationContext propertyDeclaration() throws Recognition
538544 return _localctx ;
539545 }
540546
547+ @ SuppressWarnings ("CheckReturnValue" )
541548 public static class ScopeContext extends ParserRuleContext {
542549 public TerminalNode Identifier () { return getToken (ScELParser .Identifier , 0 ); }
543550 public ScopeContext (ParserRuleContext parent , int invokingState ) {
@@ -575,6 +582,7 @@ public final ScopeContext scope() throws RecognitionException {
575582 return _localctx ;
576583 }
577584
585+ @ SuppressWarnings ("CheckReturnValue" )
578586 public static class AttributeContext extends ParserRuleContext {
579587 public List <TerminalNode > Identifier () { return getTokens (ScELParser .Identifier ); }
580588 public TerminalNode Identifier (int i ) {
@@ -638,6 +646,7 @@ public final AttributeContext attribute() throws RecognitionException {
638646 return _localctx ;
639647 }
640648
649+ @ SuppressWarnings ("CheckReturnValue" )
641650 public static class FunctionDeclarationContext extends ParserRuleContext {
642651 public TerminalNode Identifier () { return getToken (ScELParser .Identifier , 0 ); }
643652 public FunctionParametersContext functionParameters () {
@@ -680,6 +689,7 @@ public final FunctionDeclarationContext functionDeclaration() throws Recognition
680689 return _localctx ;
681690 }
682691
692+ @ SuppressWarnings ("CheckReturnValue" )
683693 public static class FunctionParametersContext extends ParserRuleContext {
684694 public TerminalNode LPAREN () { return getToken (ScELParser .LPAREN , 0 ); }
685695 public TerminalNode RPAREN () { return getToken (ScELParser .RPAREN , 0 ); }
@@ -720,7 +730,7 @@ public final FunctionParametersContext functionParameters() throws RecognitionEx
720730 setState (88 );
721731 _errHandler .sync (this );
722732 _la = _input .LA (1 );
723- while ((((_la ) & ~0x3f ) == 0 && ((1L << _la ) & (( 1L << Literal ) | ( 1L << PropertyExprStart ) | ( 1L << Identifier )) ) != 0 )) {
733+ while ((((_la ) & ~0x3f ) == 0 && ((1L << _la ) & 9437186L ) != 0 )) {
724734 {
725735 {
726736 setState (78 );
@@ -764,6 +774,7 @@ public final FunctionParametersContext functionParameters() throws RecognitionEx
764774 return _localctx ;
765775 }
766776
777+ @ SuppressWarnings ("CheckReturnValue" )
767778 public static class FunctionObjectParameterContext extends ParserRuleContext {
768779 public ExpressionContext expression () {
769780 return getRuleContext (ExpressionContext .class ,0 );
@@ -822,6 +833,7 @@ public final FunctionObjectParameterContext functionObjectParameter() throws Rec
822833 return _localctx ;
823834 }
824835
836+ @ SuppressWarnings ("CheckReturnValue" )
825837 public static class ValueContext extends ParserRuleContext {
826838 public TerminalNode Literal () { return getToken (ScELParser .Literal , 0 ); }
827839 public ValueContext (ParserRuleContext parent , int invokingState ) {
0 commit comments