Class Parser

All Implemented Interfaces:
ParserConstants, ParserTreeConstants

public final class Parser extends JexlParser implements ParserTreeConstants, ParserConstants
  • Field Details

    • jjtree

      protected JJTParserState jjtree
    • token_source

      public ParserTokenManager token_source
      Generated Token Manager.
    • jj_input_stream

      SimpleCharStream jj_input_stream
    • token

      public Token token
      Current token.
    • jj_nt

      public Token jj_nt
      Next token.
    • jj_scanpos

      private Token jj_scanpos
    • jj_lastpos

      private Token jj_lastpos
    • jj_la

      private int jj_la
    • jj_lookingAhead

      private boolean jj_lookingAhead
      Whether we are looking ahead.
    • jj_semLA

      private boolean jj_semLA
    • jj_ls

      private static final Parser.LookaheadSuccess jj_ls
    • trace_enabled

      private boolean trace_enabled
  • Constructor Details

  • Method Details

    • parse

      public ASTJexlScript parse(JexlInfo jexlInfo, JexlFeatures jexlFeatures, String jexlSrc, Scope jexlScope)
    • JexlScript

      public final ASTJexlScript JexlScript(Scope frame) throws ParseException
      Statements
      Throws:
      ParseException
    • JexlExpression

      public final ASTJexlScript JexlExpression(Scope frame) throws ParseException
      Throws:
      ParseException
    • Annotation

      public final void Annotation() throws ParseException
      Throws:
      ParseException
    • AnnotatedStatement

      public final void AnnotatedStatement() throws ParseException
      Throws:
      ParseException
    • Statement

      public final void Statement() throws ParseException
      Throws:
      ParseException
    • StatementNoVar

      public final void StatementNoVar() throws ParseException
      Throws:
      ParseException
    • Block

      public final void Block() throws ParseException
      Throws:
      ParseException
    • FunctionStatement

      public final void FunctionStatement() throws ParseException
      Throws:
      ParseException
    • ExpressionStatement

      public final void ExpressionStatement() throws ParseException
      Throws:
      ParseException
    • IfStatement

      public final void IfStatement() throws ParseException
      Throws:
      ParseException
    • TryStatement

      public final void TryStatement() throws ParseException
      Throws:
      ParseException
    • TryResources

      public final void TryResources() throws ParseException
      Throws:
      ParseException
    • TryResource

      public final void TryResource() throws ParseException
      Throws:
      ParseException
    • WhileStatement

      public final void WhileStatement() throws ParseException
      Throws:
      ParseException
    • DoWhileStatement

      public final void DoWhileStatement() throws ParseException
      Throws:
      ParseException
    • ReturnStatement

      public final void ReturnStatement() throws ParseException
      Throws:
      ParseException
    • ThrowStatement

      public final void ThrowStatement() throws ParseException
      Throws:
      ParseException
    • Continue

      public final void Continue() throws ParseException
      Throws:
      ParseException
    • Break

      public final void Break() throws ParseException
      Throws:
      ParseException
    • ForeachStatement

      public final void ForeachStatement() throws ParseException
      Throws:
      ParseException
    • InlineVar

      public final void InlineVar() throws ParseException
      Throws:
      ParseException
    • Var

      public final void Var() throws ParseException
      Throws:
      ParseException
    • DefineVar

      public final void DefineVar() throws ParseException
      Throws:
      ParseException
    • DefineLet

      public final void DefineLet() throws ParseException
      Throws:
      ParseException
    • DefineConst

      public final void DefineConst() throws ParseException
      Throws:
      ParseException
    • DeclareVar

      public final void DeclareVar(boolean lexical, boolean constant) throws ParseException
      Throws:
      ParseException
    • DeclareFunction

      public final void DeclareFunction() throws ParseException
      Throws:
      ParseException
    • Pragma

      public final void Pragma() throws ParseException
      Throws:
      ParseException
    • pragmaKey

      public final void pragmaKey(List<String> lstr) throws ParseException
      Throws:
      ParseException
    • pragmaValue

      public final Object pragmaValue() throws ParseException
      Throws:
      ParseException
    • Expression

      public final void Expression() throws ParseException
      Expression syntax
      Throws:
      ParseException
    • AssignmentExpression

      public final void AssignmentExpression() throws ParseException
      Throws:
      ParseException
    • ConditionalExpression

      public final void ConditionalExpression() throws ParseException
      Conditional & relational
      Throws:
      ParseException
    • ConditionalOrExpression

      public final void ConditionalOrExpression() throws ParseException
      Throws:
      ParseException
    • ConditionalAndExpression

      public final void ConditionalAndExpression() throws ParseException
      Throws:
      ParseException
    • InclusiveOrExpression

      public final void InclusiveOrExpression() throws ParseException
      Throws:
      ParseException
    • ExclusiveOrExpression

      public final void ExclusiveOrExpression() throws ParseException
      Throws:
      ParseException
    • AndExpression

      public final void AndExpression() throws ParseException
      Throws:
      ParseException
    • EqualityExpression

      public final void EqualityExpression() throws ParseException
      Throws:
      ParseException
    • RelationalExpression

      public final void RelationalExpression() throws ParseException
      Throws:
      ParseException
    • ShiftExpression

      public final void ShiftExpression() throws ParseException
      Arithmetic
      Throws:
      ParseException
    • AdditiveExpression

      public final void AdditiveExpression() throws ParseException
      Throws:
      ParseException
    • MultiplicativeExpression

      public final void MultiplicativeExpression() throws ParseException
      Throws:
      ParseException
    • UnaryExpression

      public final void UnaryExpression() throws ParseException
      Throws:
      ParseException
    • PostfixOperator

      public final void PostfixOperator() throws ParseException
      Throws:
      ParseException
    • PostfixExpression

      public final void PostfixExpression() throws ParseException
      Throws:
      ParseException
    • Identifier

      public final void Identifier(boolean top) throws ParseException
      Identifier & Literals
      Overrides:
      Identifier in class JexlParser
      Parameters:
      top - whether the identifier is beginning an l/r value
      Throws:
      ParseException - subclasses may throw ParseException
    • NamespaceIdentifier

      public final void NamespaceIdentifier() throws ParseException
      Throws:
      ParseException
    • Literal

      public final void Literal() throws ParseException
      Throws:
      ParseException
    • NaNLiteral

      public final void NaNLiteral() throws ParseException
      Throws:
      ParseException
    • NullLiteral

      public final void NullLiteral() throws ParseException
      Throws:
      ParseException
    • BooleanLiteral

      public final void BooleanLiteral() throws ParseException
      Throws:
      ParseException
    • IntegerLiteral

      public final void IntegerLiteral() throws ParseException
      Throws:
      ParseException
    • FloatLiteral

      public final void FloatLiteral() throws ParseException
      Throws:
      ParseException
    • StringLiteral

      public final void StringLiteral() throws ParseException
      Throws:
      ParseException
    • JxltLiteral

      public final void JxltLiteral() throws ParseException
      Throws:
      ParseException
    • RegexLiteral

      public final void RegexLiteral() throws ParseException
      Throws:
      ParseException
    • ExtendedLiteral

      public final void ExtendedLiteral() throws ParseException
      Throws:
      ParseException
    • ArrayLiteral

      public final void ArrayLiteral() throws ParseException
      Throws:
      ParseException
    • MapLiteral

      public final void MapLiteral() throws ParseException
      Throws:
      ParseException
    • MapEntry

      public final void MapEntry() throws ParseException
      Throws:
      ParseException
    • SetLiteral

      public final void SetLiteral() throws ParseException
      Throws:
      ParseException
    • Arguments

      public final void Arguments() throws ParseException
      Functions & Methods
      Throws:
      ParseException
    • FunctionCallLookahead

      public final void FunctionCallLookahead() throws ParseException
      Throws:
      ParseException
    • FunctionCall

      public final void FunctionCall() throws ParseException
      Throws:
      ParseException
    • QualifiedIdentifier

      public final void QualifiedIdentifier() throws ParseException
      Throws:
      ParseException
    • Constructor

      public final void Constructor() throws ParseException
      Throws:
      ParseException
    • Parameter

      public final void Parameter() throws ParseException
      Throws:
      ParseException
    • Parameters

      public final void Parameters() throws ParseException
      Throws:
      ParseException
    • ParametersLookahead

      public final void ParametersLookahead() throws ParseException
      Throws:
      ParseException
    • LambdaLookahead

      public final void LambdaLookahead() throws ParseException
      Throws:
      ParseException
    • Lambda

      public final void Lambda() throws ParseException
      Throws:
      ParseException
    • IdentifierAccess

      public final void IdentifierAccess() throws ParseException
      References
      Throws:
      ParseException
    • ArrayAccess

      public final void ArrayAccess() throws ParseException
      Throws:
      ParseException
    • MemberAccess

      public final void MemberAccess() throws ParseException
      Throws:
      ParseException
    • ReferenceExpression

      public final void ReferenceExpression() throws ParseException
      Throws:
      ParseException
    • PrimaryExpression

      public final void PrimaryExpression() throws ParseException
      Throws:
      ParseException
    • MethodCall

      public final void MethodCall() throws ParseException
      Throws:
      ParseException
    • MethodCallLookahead

      public final void MethodCallLookahead() throws ParseException
      Throws:
      ParseException
    • MemberExpression

      public final void MemberExpression() throws ParseException
      Throws:
      ParseException
    • ValueExpression

      public final void ValueExpression() throws ParseException
      Throws:
      ParseException
    • jj_2_1

      private boolean jj_2_1(int xla)
    • jj_2_2

      private boolean jj_2_2(int xla)
    • jj_2_3

      private boolean jj_2_3(int xla)
    • jj_2_4

      private boolean jj_2_4(int xla)
    • jj_2_5

      private boolean jj_2_5(int xla)
    • jj_2_6

      private boolean jj_2_6(int xla)
    • jj_2_7

      private boolean jj_2_7(int xla)
    • jj_2_8

      private boolean jj_2_8(int xla)
    • jj_2_9

      private boolean jj_2_9(int xla)
    • jj_2_10

      private boolean jj_2_10(int xla)
    • jj_2_11

      private boolean jj_2_11(int xla)
    • jj_2_12

      private boolean jj_2_12(int xla)
    • jj_2_13

      private boolean jj_2_13(int xla)
    • jj_2_14

      private boolean jj_2_14(int xla)
    • jj_2_15

      private boolean jj_2_15(int xla)
    • jj_2_16

      private boolean jj_2_16(int xla)
    • jj_2_17

      private boolean jj_2_17(int xla)
    • jj_2_18

      private boolean jj_2_18(int xla)
    • jj_2_19

      private boolean jj_2_19(int xla)
    • jj_2_20

      private boolean jj_2_20(int xla)
    • jj_2_21

      private boolean jj_2_21(int xla)
    • jj_2_22

      private boolean jj_2_22(int xla)
    • jj_2_23

      private boolean jj_2_23(int xla)
    • jj_2_24

      private boolean jj_2_24(int xla)
    • jj_2_25

      private boolean jj_2_25(int xla)
    • jj_2_26

      private boolean jj_2_26(int xla)
    • jj_2_27

      private boolean jj_2_27(int xla)
    • jj_2_28

      private boolean jj_2_28(int xla)
    • jj_2_29

      private boolean jj_2_29(int xla)
    • jj_2_30

      private boolean jj_2_30(int xla)
    • jj_2_31

      private boolean jj_2_31(int xla)
    • jj_2_32

      private boolean jj_2_32(int xla)
    • jj_2_33

      private boolean jj_2_33(int xla)
    • jj_2_34

      private boolean jj_2_34(int xla)
    • jj_2_35

      private boolean jj_2_35(int xla)
    • jj_2_36

      private boolean jj_2_36(int xla)
    • jj_2_37

      private boolean jj_2_37(int xla)
    • jj_2_38

      private boolean jj_2_38(int xla)
    • jj_2_39

      private boolean jj_2_39(int xla)
    • jj_2_40

      private boolean jj_2_40(int xla)
    • jj_2_41

      private boolean jj_2_41(int xla)
    • jj_2_42

      private boolean jj_2_42(int xla)
    • jj_2_43

      private boolean jj_2_43(int xla)
    • jj_2_44

      private boolean jj_2_44(int xla)
    • jj_2_45

      private boolean jj_2_45(int xla)
    • jj_2_46

      private boolean jj_2_46(int xla)
    • jj_2_47

      private boolean jj_2_47(int xla)
    • jj_2_48

      private boolean jj_2_48(int xla)
    • jj_2_49

      private boolean jj_2_49(int xla)
    • jj_2_50

      private boolean jj_2_50(int xla)
    • jj_2_51

      private boolean jj_2_51(int xla)
    • jj_2_52

      private boolean jj_2_52(int xla)
    • jj_2_53

      private boolean jj_2_53(int xla)
    • jj_2_54

      private boolean jj_2_54(int xla)
    • jj_2_55

      private boolean jj_2_55(int xla)
    • jj_2_56

      private boolean jj_2_56(int xla)
    • jj_2_57

      private boolean jj_2_57(int xla)
    • jj_2_58

      private boolean jj_2_58(int xla)
    • jj_2_59

      private boolean jj_2_59(int xla)
    • jj_2_60

      private boolean jj_2_60(int xla)
    • jj_2_61

      private boolean jj_2_61(int xla)
    • jj_2_62

      private boolean jj_2_62(int xla)
    • jj_2_63

      private boolean jj_2_63(int xla)
    • jj_2_64

      private boolean jj_2_64(int xla)
    • jj_2_65

      private boolean jj_2_65(int xla)
    • jj_2_66

      private boolean jj_2_66(int xla)
    • jj_2_67

      private boolean jj_2_67(int xla)
    • jj_2_68

      private boolean jj_2_68(int xla)
    • jj_2_69

      private boolean jj_2_69(int xla)
    • jj_2_70

      private boolean jj_2_70(int xla)
    • jj_2_71

      private boolean jj_2_71(int xla)
    • jj_2_72

      private boolean jj_2_72(int xla)
    • jj_2_73

      private boolean jj_2_73(int xla)
    • jj_2_74

      private boolean jj_2_74(int xla)
    • jj_2_75

      private boolean jj_2_75(int xla)
    • jj_2_76

      private boolean jj_2_76(int xla)
    • jj_2_77

      private boolean jj_2_77(int xla)
    • jj_2_78

      private boolean jj_2_78(int xla)
    • jj_2_79

      private boolean jj_2_79(int xla)
    • jj_2_80

      private boolean jj_2_80(int xla)
    • jj_2_81

      private boolean jj_2_81(int xla)
    • jj_2_82

      private boolean jj_2_82(int xla)
    • jj_2_83

      private boolean jj_2_83(int xla)
    • jj_2_84

      private boolean jj_2_84(int xla)
    • jj_2_85

      private boolean jj_2_85(int xla)
    • jj_2_86

      private boolean jj_2_86(int xla)
    • jj_2_87

      private boolean jj_2_87(int xla)
    • jj_2_88

      private boolean jj_2_88(int xla)
    • jj_2_89

      private boolean jj_2_89(int xla)
    • jj_2_90

      private boolean jj_2_90(int xla)
    • jj_2_91

      private boolean jj_2_91(int xla)
    • jj_2_92

      private boolean jj_2_92(int xla)
    • jj_2_93

      private boolean jj_2_93(int xla)
    • jj_2_94

      private boolean jj_2_94(int xla)
    • jj_2_95

      private boolean jj_2_95(int xla)
    • jj_2_96

      private boolean jj_2_96(int xla)
    • jj_2_97

      private boolean jj_2_97(int xla)
    • jj_2_98

      private boolean jj_2_98(int xla)
    • jj_2_99

      private boolean jj_2_99(int xla)
    • jj_2_100

      private boolean jj_2_100(int xla)
    • jj_2_101

      private boolean jj_2_101(int xla)
    • jj_2_102

      private boolean jj_2_102(int xla)
    • jj_3_59

      private boolean jj_3_59()
    • jj_3R_ShiftExpression_758_5_129

      private boolean jj_3R_ShiftExpression_758_5_129()
    • jj_3R_RelationalExpression_749_5_82

      private boolean jj_3R_RelationalExpression_749_5_82()
    • jj_3R_RelationalExpression_747_5_81

      private boolean jj_3R_RelationalExpression_747_5_81()
    • jj_3R_RelationalExpression_745_5_80

      private boolean jj_3R_RelationalExpression_745_5_80()
    • jj_3R_RelationalExpression_743_5_79

      private boolean jj_3R_RelationalExpression_743_5_79()
    • jj_3R_RelationalExpression_741_5_78

      private boolean jj_3R_RelationalExpression_741_5_78()
    • jj_3R_RelationalExpression_739_5_77

      private boolean jj_3R_RelationalExpression_739_5_77()
    • jj_3R_RelationalExpression_737_5_76

      private boolean jj_3R_RelationalExpression_737_5_76()
    • jj_3R_RelationalExpression_735_5_75

      private boolean jj_3R_RelationalExpression_735_5_75()
    • jj_3R_RelationalExpression_733_5_74

      private boolean jj_3R_RelationalExpression_733_5_74()
    • jj_3R_RelationalExpression_731_5_73

      private boolean jj_3R_RelationalExpression_731_5_73()
    • jj_3R_RelationalExpression_729_5_72

      private boolean jj_3R_RelationalExpression_729_5_72()
    • jj_3R_RelationalExpression_727_5_71

      private boolean jj_3R_RelationalExpression_727_5_71()
    • jj_3_58

      private boolean jj_3_58()
    • jj_3R_RelationalExpression_725_3_128

      private boolean jj_3R_RelationalExpression_725_3_128()
    • jj_3R_EqualityExpression_719_6_70

      private boolean jj_3R_EqualityExpression_719_6_70()
    • jj_3R_EqualityExpression_717_6_69

      private boolean jj_3R_EqualityExpression_717_6_69()
    • jj_3R_EqualityExpression_715_6_68

      private boolean jj_3R_EqualityExpression_715_6_68()
    • jj_3R_EqualityExpression_713_6_67

      private boolean jj_3R_EqualityExpression_713_6_67()
    • jj_3R_EqualityExpression_711_6_66

      private boolean jj_3R_EqualityExpression_711_6_66()
    • jj_3_57

      private boolean jj_3_57()
    • jj_3R_EqualityExpression_709_3_65

      private boolean jj_3R_EqualityExpression_709_3_65()
    • jj_3_56

      private boolean jj_3_56()
    • jj_3R_AndExpression_703_3_64

      private boolean jj_3R_AndExpression_703_3_64()
    • jj_3_55

      private boolean jj_3_55()
    • jj_3R_ExclusiveOrExpression_697_3_63

      private boolean jj_3R_ExclusiveOrExpression_697_3_63()
    • jj_3_54

      private boolean jj_3_54()
    • jj_3R_InclusiveOrExpression_691_3_62

      private boolean jj_3R_InclusiveOrExpression_691_3_62()
    • jj_3_53

      private boolean jj_3_53()
    • jj_3R_ConditionalAndExpression_685_3_61

      private boolean jj_3R_ConditionalAndExpression_685_3_61()
    • jj_3_52

      private boolean jj_3_52()
    • jj_3R_ConditionalOrExpression_679_3_171

      private boolean jj_3R_ConditionalOrExpression_679_3_171()
    • jj_3R_ConditionalExpression_673_5_60

      private boolean jj_3R_ConditionalExpression_673_5_60()
    • jj_3R_ConditionalExpression_671_5_59

      private boolean jj_3R_ConditionalExpression_671_5_59()
    • jj_3R_ConditionalExpression_669_5_58

      private boolean jj_3R_ConditionalExpression_669_5_58()
    • jj_3_51

      private boolean jj_3_51()
    • jj_3R_ConditionalExpression_667_3_141

      private boolean jj_3R_ConditionalExpression_667_3_141()
    • jj_3R_AssignmentExpression_657_5_57

      private boolean jj_3R_AssignmentExpression_657_5_57()
    • jj_3R_AssignmentExpression_655_5_56

      private boolean jj_3R_AssignmentExpression_655_5_56()
    • jj_3R_AssignmentExpression_653_5_55

      private boolean jj_3R_AssignmentExpression_653_5_55()
    • jj_3R_AssignmentExpression_651_5_54

      private boolean jj_3R_AssignmentExpression_651_5_54()
    • jj_3R_AssignmentExpression_649_5_53

      private boolean jj_3R_AssignmentExpression_649_5_53()
    • jj_3R_AssignmentExpression_647_5_52

      private boolean jj_3R_AssignmentExpression_647_5_52()
    • jj_3R_AssignmentExpression_645_5_51

      private boolean jj_3R_AssignmentExpression_645_5_51()
    • jj_3_47

      private boolean jj_3_47()
    • jj_3R_AssignmentExpression_643_5_50

      private boolean jj_3R_AssignmentExpression_643_5_50()
    • jj_3R_AssignmentExpression_641_5_49

      private boolean jj_3R_AssignmentExpression_641_5_49()
    • jj_3R_AssignmentExpression_639_5_48

      private boolean jj_3R_AssignmentExpression_639_5_48()
    • jj_3R_AssignmentExpression_637_5_47

      private boolean jj_3R_AssignmentExpression_637_5_47()
    • jj_3R_AssignmentExpression_635_5_46

      private boolean jj_3R_AssignmentExpression_635_5_46()
    • jj_3R_pragmaKey_593_46_269

      private boolean jj_3R_pragmaKey_593_46_269()
    • jj_3_50

      private boolean jj_3_50()
    • jj_3R_AssignmentExpression_633_3_101

      private boolean jj_3R_AssignmentExpression_633_3_101()
    • jj_3R_Expression_628_7_34

      private boolean jj_3R_Expression_628_7_34()
    • jj_3R_pragmaValue_608_21_45

      private boolean jj_3R_pragmaValue_608_21_45()
    • jj_3R_pragmaValue_607_21_44

      private boolean jj_3R_pragmaValue_607_21_44()
    • jj_3R_pragmaValue_614_7_276

      private boolean jj_3R_pragmaValue_614_7_276()
    • jj_3R_pragmaValue_613_7_275

      private boolean jj_3R_pragmaValue_613_7_275()
    • jj_3R_pragmaValue_612_7_274

      private boolean jj_3R_pragmaValue_612_7_274()
    • jj_3R_pragmaValue_611_7_273

      private boolean jj_3R_pragmaValue_611_7_273()
    • jj_3R_pragmaValue_610_7_272

      private boolean jj_3R_pragmaValue_610_7_272()
    • jj_3R_pragmaValue_609_7_271

      private boolean jj_3R_pragmaValue_609_7_271()
    • jj_3_49

      private boolean jj_3_49()
    • jj_3_48

      private boolean jj_3_48()
    • jj_3R_pragmaValue_606_3_270

      private boolean jj_3R_pragmaValue_606_3_270()
    • jj_3R_pragmaKey_595_5_210

      private boolean jj_3R_pragmaKey_595_5_210()
    • jj_3R_pragmaKey_593_5_195

      private boolean jj_3R_pragmaKey_593_5_195()
    • jj_3R_pragmaKey_593_5_209

      private boolean jj_3R_pragmaKey_593_5_209()
    • jj_3R_DefineLet_556_30_281

      private boolean jj_3R_DefineLet_556_30_281()
    • jj_3R_Pragma_585_1_98

      private boolean jj_3R_Pragma_585_1_98()
    • jj_3R_DefineVar_551_31_280

      private boolean jj_3R_DefineVar_551_31_280()
    • jj_3R_DeclareFunction_576_5_228

      private boolean jj_3R_DeclareFunction_576_5_228()
    • jj_3R_Var_546_29_279

      private boolean jj_3R_Var_546_29_279()
    • jj_3R_DeclareVar_569_5_157

      private boolean jj_3R_DeclareVar_569_5_157()
    • jj_3R_Var_544_25_278

      private boolean jj_3R_Var_544_25_278()
    • jj_3R_Var_542_25_277

      private boolean jj_3R_Var_542_25_277()
    • jj_3R_DefineConst_561_5_156

      private boolean jj_3R_DefineConst_561_5_156()
    • jj_3R_DefineLet_556_5_155

      private boolean jj_3R_DefineLet_556_5_155()
    • jj_3_36

      private boolean jj_3_36()
    • jj_3R_DefineVar_551_5_154

      private boolean jj_3R_DefineVar_551_5_154()
    • jj_3_46

      private boolean jj_3_46()
    • jj_3R_Var_546_5_122

      private boolean jj_3R_Var_546_5_122()
    • jj_3R_Var_544_5_121

      private boolean jj_3R_Var_544_5_121()
    • jj_3R_Var_542_5_40

      private boolean jj_3R_Var_542_5_40()
    • jj_3R_Var_542_5_120

      private boolean jj_3R_Var_542_5_120()
    • jj_3_40

      private boolean jj_3_40()
    • jj_3R_InlineVar_537_5_127

      private boolean jj_3R_InlineVar_537_5_127()
    • jj_3R_InlineVar_535_5_126

      private boolean jj_3R_InlineVar_535_5_126()
    • jj_3R_InlineVar_533_5_125

      private boolean jj_3R_InlineVar_533_5_125()
    • jj_3R_WhileStatement_470_67_285

      private boolean jj_3R_WhileStatement_470_67_285()
    • jj_3R_InlineVar_531_5_43

      private boolean jj_3R_InlineVar_531_5_43()
    • jj_3R_InlineVar_531_5_124

      private boolean jj_3R_InlineVar_531_5_124()
    • jj_3R_ForeachStatement_521_10_284

      private boolean jj_3R_ForeachStatement_521_10_284()
    • jj_3_28

      private boolean jj_3_28()
    • jj_3_37

      private boolean jj_3_37()
    • jj_3_32

      private boolean jj_3_32()
    • jj_3_43

      private boolean jj_3_43()
    • jj_3R_ForeachStatement_513_11_42

      private boolean jj_3R_ForeachStatement_513_11_42()
    • jj_3_42

      private boolean jj_3_42()
    • jj_3_41

      private boolean jj_3_41()
    • jj_3_45

      private boolean jj_3_45()
    • jj_3_44

      private boolean jj_3_44()
    • jj_3R_ForeachStatement_506_5_144

      private boolean jj_3R_ForeachStatement_506_5_144()
    • jj_3_27

      private boolean jj_3_27()
    • jj_3R_DoWhileStatement_475_31_241

      private boolean jj_3R_DoWhileStatement_475_31_241()
    • jj_3R_Break_499_5_149

      private boolean jj_3R_Break_499_5_149()
    • jj_3R_IfStatement_438_64_288

      private boolean jj_3R_IfStatement_438_64_288()
    • jj_3_30

      private boolean jj_3_30()
    • jj_3_39

      private boolean jj_3_39()
    • jj_3R_Continue_492_5_148

      private boolean jj_3R_Continue_492_5_148()
    • jj_3_38

      private boolean jj_3_38()
    • jj_3_26

      private boolean jj_3_26()
    • jj_3_33

      private boolean jj_3_33()
    • jj_3R_TryStatement_444_46_243

      private boolean jj_3R_TryStatement_444_46_243()
    • jj_3R_ThrowStatement_485_5_150

      private boolean jj_3R_ThrowStatement_485_5_150()
    • jj_3R_TryResource_465_23_119

      private boolean jj_3R_TryResource_465_23_119()
    • jj_3R_ReturnStatement_480_5_147

      private boolean jj_3R_ReturnStatement_480_5_147()
    • jj_3R_DoWhileStatement_475_5_146

      private boolean jj_3R_DoWhileStatement_475_5_146()
    • jj_3R_IfStatement_437_42_282

      private boolean jj_3R_IfStatement_437_42_282()
    • jj_3_34

      private boolean jj_3_34()
    • jj_3R_WhileStatement_470_5_145

      private boolean jj_3R_WhileStatement_470_5_145()
    • jj_3_25

      private boolean jj_3_25()
    • jj_3R_IfStatement_439_29_289

      private boolean jj_3R_IfStatement_439_29_289()
    • jj_3_35

      private boolean jj_3_35()
    • jj_3R_TryResource_465_1_39

      private boolean jj_3R_TryResource_465_1_39()
    • jj_3R_Block_421_39_37

      private boolean jj_3R_Block_421_39_37()
    • jj_3_29

      private boolean jj_3_29()
    • jj_3_24

      private boolean jj_3_24()
    • jj_3R_TryStatement_444_13_242

      private boolean jj_3R_TryStatement_444_13_242()
    • jj_3_7

      private boolean jj_3_7()
    • jj_3R_TryResources_451_5_244

      private boolean jj_3R_TryResources_451_5_244()
    • jj_3R_TryStatement_446_7_287

      private boolean jj_3R_TryStatement_446_7_287()
    • jj_3R_TryStatement_445_7_286

      private boolean jj_3R_TryStatement_445_7_286()
    • jj_3R_ExpressionStatement_431_19_123

      private boolean jj_3R_ExpressionStatement_431_19_123()
    • jj_3R_TryStatement_444_6_151

      private boolean jj_3R_TryStatement_444_6_151()
    • jj_3R_IfStatement_439_7_283

      private boolean jj_3R_IfStatement_439_7_283()
    • jj_3_31

      private boolean jj_3_31()
    • jj_3_5

      private boolean jj_3_5()
    • jj_3R_IfStatement_437_5_143

      private boolean jj_3R_IfStatement_437_5_143()
    • jj_3R_MemberExpression_1154_53_139

      private boolean jj_3R_MemberExpression_1154_53_139()
    • jj_3R_ExpressionStatement_431_5_41

      private boolean jj_3R_ExpressionStatement_431_5_41()
    • jj_3R_Annotation_383_51_246

      private boolean jj_3R_Annotation_383_51_246()
    • jj_3R_AnnotatedStatement_388_46_240

      private boolean jj_3R_AnnotatedStatement_388_46_240()
    • jj_3_23

      private boolean jj_3_23()
    • jj_3_22

      private boolean jj_3_22()
    • jj_3_21

      private boolean jj_3_21()
    • jj_3_20

      private boolean jj_3_20()
    • jj_3_19

      private boolean jj_3_19()
    • jj_3_18

      private boolean jj_3_18()
    • jj_3R_FunctionStatement_426_1_140

      private boolean jj_3R_FunctionStatement_426_1_140()
    • jj_3R_Block_421_5_38

      private boolean jj_3R_Block_421_5_38()
    • jj_3_17

      private boolean jj_3_17()
    • jj_3_16

      private boolean jj_3_16()
    • jj_3_15

      private boolean jj_3_15()
    • jj_3_14

      private boolean jj_3_14()
    • jj_3R_StatementNoVar_416_7_115

      private boolean jj_3R_StatementNoVar_416_7_115()
    • jj_3_13

      private boolean jj_3_13()
    • jj_3R_StatementNoVar_415_7_114

      private boolean jj_3R_StatementNoVar_415_7_114()
    • jj_3_12

      private boolean jj_3_12()
    • jj_3R_StatementNoVar_414_7_113

      private boolean jj_3R_StatementNoVar_414_7_113()
    • jj_3_102

      private boolean jj_3_102()
    • jj_3_4

      private boolean jj_3_4()
    • jj_3_11

      private boolean jj_3_11()
    • jj_3R_StatementNoVar_413_7_112

      private boolean jj_3R_StatementNoVar_413_7_112()
    • jj_3R_StatementNoVar_412_7_111

      private boolean jj_3R_StatementNoVar_412_7_111()
    • jj_3R_StatementNoVar_411_7_110

      private boolean jj_3R_StatementNoVar_411_7_110()
    • jj_3R_StatementNoVar_410_7_109

      private boolean jj_3R_StatementNoVar_410_7_109()
    • jj_3_90

      private boolean jj_3_90()
    • jj_3R_StatementNoVar_409_7_108

      private boolean jj_3R_StatementNoVar_409_7_108()
    • jj_3R_StatementNoVar_408_7_107

      private boolean jj_3R_StatementNoVar_408_7_107()
    • jj_3R_StatementNoVar_407_7_106

      private boolean jj_3R_StatementNoVar_407_7_106()
    • jj_3R_StatementNoVar_406_7_105

      private boolean jj_3R_StatementNoVar_406_7_105()
    • jj_3R_StatementNoVar_405_7_104

      private boolean jj_3R_StatementNoVar_405_7_104()
    • jj_3R_StatementNoVar_404_7_103

      private boolean jj_3R_StatementNoVar_404_7_103()
    • jj_3_9

      private boolean jj_3_9()
    • jj_3R_StatementNoVar_403_7_102

      private boolean jj_3R_StatementNoVar_403_7_102()
    • jj_3_8

      private boolean jj_3_8()
    • jj_3R_ReferenceExpression_1112_62_253

      private boolean jj_3R_ReferenceExpression_1112_62_253()
    • jj_3R_StatementNoVar_402_5_35

      private boolean jj_3R_StatementNoVar_402_5_35()
    • jj_3_100

      private boolean jj_3_100()
    • jj_3_85

      private boolean jj_3_85()
    • jj_3_83

      private boolean jj_3_83()
    • jj_3_6

      private boolean jj_3_6()
    • jj_3_10

      private boolean jj_3_10()
    • jj_3_101

      private boolean jj_3_101()
    • jj_3R_Statement_395_5_100

      private boolean jj_3R_Statement_395_5_100()
    • jj_3_3

      private boolean jj_3_3()
    • jj_3R_Statement_393_5_33

      private boolean jj_3R_Statement_393_5_33()
    • jj_3R_Statement_393_5_99

      private boolean jj_3R_Statement_393_5_99()
    • jj_3R_MethodCall_1142_22_261

      private boolean jj_3R_MethodCall_1142_22_261()
    • jj_3R_ValueExpression_1159_5_133

      private boolean jj_3R_ValueExpression_1159_5_133()
    • jj_3R_AnnotatedStatement_388_6_172

      private boolean jj_3R_AnnotatedStatement_388_6_172()
    • jj_3R_AnnotatedStatement_388_5_142

      private boolean jj_3R_AnnotatedStatement_388_5_142()
    • jj_3R_MemberExpression_1154_5_97

      private boolean jj_3R_MemberExpression_1154_5_97()
    • jj_3R_MemberExpression_1154_5_138

      private boolean jj_3R_MemberExpression_1154_5_138()
    • jj_3R_Annotation_383_5_190

      private boolean jj_3R_Annotation_383_5_190()
    • jj_3R_MethodCallLookahead_1148_5_96

      private boolean jj_3R_MethodCallLookahead_1148_5_96()
    • jj_3_99

      private boolean jj_3_99()
    • jj_3_98

      private boolean jj_3_98()
    • jj_3_84

      private boolean jj_3_84()
    • jj_3_82

      private boolean jj_3_82()
    • jj_3_97

      private boolean jj_3_97()
    • jj_3R_MethodCall_1142_5_170

      private boolean jj_3R_MethodCall_1142_5_170()
    • jj_3_96

      private boolean jj_3_96()
    • jj_3_2

      private boolean jj_3_2()
    • jj_3R_PrimaryExpression_1137_8_187

      private boolean jj_3R_PrimaryExpression_1137_8_187()
    • jj_3_95

      private boolean jj_3_95()
    • jj_3R_PrimaryExpression_1135_8_186

      private boolean jj_3R_PrimaryExpression_1135_8_186()
    • jj_3_94

      private boolean jj_3_94()
    • jj_3R_PrimaryExpression_1133_8_185

      private boolean jj_3R_PrimaryExpression_1133_8_185()
    • jj_3_93

      private boolean jj_3_93()
    • jj_3R_PrimaryExpression_1131_8_184

      private boolean jj_3R_PrimaryExpression_1131_8_184()
    • jj_3_92

      private boolean jj_3_92()
    • jj_3R_PrimaryExpression_1129_8_183

      private boolean jj_3R_PrimaryExpression_1129_8_183()
    • jj_3_91

      private boolean jj_3_91()
    • jj_3R_JexlScript_357_11_32

      private boolean jj_3R_JexlScript_357_11_32()
    • jj_3_1

      private boolean jj_3_1()
    • jj_3R_PrimaryExpression_1127_8_182

      private boolean jj_3R_PrimaryExpression_1127_8_182()
    • jj_3_81

      private boolean jj_3_81()
    • jj_3R_PrimaryExpression_1125_8_181

      private boolean jj_3R_PrimaryExpression_1125_8_181()
    • jj_3R_PrimaryExpression_1123_8_180

      private boolean jj_3R_PrimaryExpression_1123_8_180()
    • jj_3R_ArrayAccess_1098_31_94

      private boolean jj_3R_ArrayAccess_1098_31_94()
    • jj_3R_PrimaryExpression_1121_8_179

      private boolean jj_3R_PrimaryExpression_1121_8_179()
    • jj_3R_PrimaryExpression_1119_8_178

      private boolean jj_3R_PrimaryExpression_1119_8_178()
    • jj_3R_PrimaryExpression_1117_8_166

      private boolean jj_3R_PrimaryExpression_1117_8_166()
    • jj_3R_PrimaryExpression_1117_8_177

      private boolean jj_3R_PrimaryExpression_1117_8_177()
    • jj_3_89

      private boolean jj_3_89()
    • jj_3_88

      private boolean jj_3_88()
    • jj_3_87

      private boolean jj_3_87()
    • jj_3R_ReferenceExpression_1112_5_196

      private boolean jj_3R_ReferenceExpression_1112_5_196()
    • jj_3R_MemberAccess_1107_5_169

      private boolean jj_3R_MemberAccess_1107_5_169()
    • jj_3_80

      private boolean jj_3_80()
    • jj_3R_MemberAccess_1105_5_168

      private boolean jj_3R_MemberAccess_1105_5_168()
    • jj_3R_MemberAccess_1103_5_137

      private boolean jj_3R_MemberAccess_1103_5_137()
    • jj_3R_MemberAccess_1103_5_167

      private boolean jj_3R_MemberAccess_1103_5_167()
    • jj_3_86

      private boolean jj_3_86()
    • jj_3R_ArrayAccess_1098_5_188

      private boolean jj_3R_ArrayAccess_1098_5_188()
    • jj_3R_ParametersLookahead_1039_63_208

      private boolean jj_3R_ParametersLookahead_1039_63_208()
    • jj_3R_IdentifierAccess_1089_9_227

      private boolean jj_3R_IdentifierAccess_1089_9_227()
    • jj_3R_IdentifierAccess_1087_9_226

      private boolean jj_3R_IdentifierAccess_1087_9_226()
    • jj_3R_IdentifierAccess_1085_9_225

      private boolean jj_3R_IdentifierAccess_1085_9_225()
    • jj_3R_ParametersLookahead_1039_53_194

      private boolean jj_3R_ParametersLookahead_1039_53_194()
    • jj_3R_IdentifierAccess_1081_9_224

      private boolean jj_3R_IdentifierAccess_1081_9_224()
    • jj_3R_IdentifierAccess_1084_5_204

      private boolean jj_3R_IdentifierAccess_1084_5_204()
    • jj_3R_IdentifierAccess_1079_9_223

      private boolean jj_3R_IdentifierAccess_1079_9_223()
    • jj_3R_IdentifierAccess_1077_9_222

      private boolean jj_3R_IdentifierAccess_1077_9_222()
    • jj_3_79

      private boolean jj_3_79()
    • jj_3R_IdentifierAccess_1076_5_189

      private boolean jj_3R_IdentifierAccess_1076_5_189()
    • jj_3R_IdentifierAccess_1076_5_203

      private boolean jj_3R_IdentifierAccess_1076_5_203()
    • jj_3R_Constructor_1017_58_265

      private boolean jj_3R_Constructor_1017_58_265()
    • jj_3R_Lambda_1057_15_245

      private boolean jj_3R_Lambda_1057_15_245()
    • jj_3R_Lambda_1062_3_175

      private boolean jj_3R_Lambda_1062_3_175()
    • jj_3R_Parameters_1034_29_266

      private boolean jj_3R_Parameters_1034_29_266()
    • jj_3R_Lambda_1060_3_174

      private boolean jj_3R_Lambda_1060_3_174()
    • jj_3R_Constructor_1015_46_259

      private boolean jj_3R_Constructor_1015_46_259()
    • jj_3_77

      private boolean jj_3_77()
    • jj_3R_Lambda_1057_3_152

      private boolean jj_3R_Lambda_1057_3_152()
    • jj_3R_Lambda_1057_3_173

      private boolean jj_3R_Lambda_1057_3_173()
    • jj_3R_ParametersLookahead_1039_17_193

      private boolean jj_3R_ParametersLookahead_1039_17_193()
    • jj_3R_ParametersLookahead_1039_16_176

      private boolean jj_3R_ParametersLookahead_1039_16_176()
    • jj_3R_LambdaLookahead_1048_3_118

      private boolean jj_3R_LambdaLookahead_1048_3_118()
    • jj_3R_Parameters_1034_16_247

      private boolean jj_3R_Parameters_1034_16_247()
    • jj_3R_LambdaLookahead_1046_3_117

      private boolean jj_3R_LambdaLookahead_1046_3_117()
    • jj_3R_LambdaLookahead_1044_3_36

      private boolean jj_3R_LambdaLookahead_1044_3_36()
    • jj_3R_LambdaLookahead_1044_3_116

      private boolean jj_3R_LambdaLookahead_1044_3_116()
    • jj_3R_ParametersLookahead_1039_6_153

      private boolean jj_3R_ParametersLookahead_1039_6_153()
    • jj_3R_Parameters_1034_6_191

      private boolean jj_3R_Parameters_1034_6_191()
    • jj_3R_Parameter_1029_5_207

      private boolean jj_3R_Parameter_1029_5_207()
    • jj_3R_Parameter_1027_5_206

      private boolean jj_3R_Parameter_1027_5_206()
    • jj_3R_Parameter_1025_5_192

      private boolean jj_3R_Parameter_1025_5_192()
    • jj_3R_Parameter_1025_5_205

      private boolean jj_3R_Parameter_1025_5_205()
    • jj_3R_Constructor_1017_3_211

      private boolean jj_3R_Constructor_1017_3_211()
    • jj_3_75

      private boolean jj_3_75()
    • jj_3_78

      private boolean jj_3_78()
    • jj_3_76

      private boolean jj_3_76()
    • jj_3R_Constructor_1015_3_200

      private boolean jj_3R_Constructor_1015_3_200()
    • jj_3R_Arguments_987_30_267

      private boolean jj_3R_Arguments_987_30_267()
    • jj_3R_QualifiedIdentifier_1010_5_260

      private boolean jj_3R_QualifiedIdentifier_1010_5_260()
    • jj_3_72

      private boolean jj_3_72()
    • jj_3R_FunctionCall_1003_5_213

      private boolean jj_3R_FunctionCall_1003_5_213()
    • jj_3R_FunctionCall_1001_5_212

      private boolean jj_3R_FunctionCall_1001_5_212()
    • jj_3R_FunctionCall_1001_5_201

      private boolean jj_3R_FunctionCall_1001_5_201()
    • jj_3_71

      private boolean jj_3_71()
    • jj_3_74

      private boolean jj_3_74()
    • jj_3_73

      private boolean jj_3_73()
    • jj_3R_FunctionCallLookahead_992_5_95

      private boolean jj_3R_FunctionCallLookahead_992_5_95()
    • jj_3R_FunctionCallLookahead_992_5_136

      private boolean jj_3R_FunctionCallLookahead_992_5_136()
    • jj_3R_SetLiteral_976_19_263

      private boolean jj_3R_SetLiteral_976_19_263()
    • jj_3_69

      private boolean jj_3_69()
    • jj_3R_Arguments_987_6_248

      private boolean jj_3R_Arguments_987_6_248()
    • jj_3R_SetLiteral_976_10_257

      private boolean jj_3R_SetLiteral_976_10_257()
    • jj_3R_MapLiteral_958_23_262

      private boolean jj_3R_MapLiteral_958_23_262()
    • jj_3_70

      private boolean jj_3_70()
    • jj_3_65

      private boolean jj_3_65()
    • jj_3R_SetLiteral_973_5_198

      private boolean jj_3R_SetLiteral_973_5_198()
    • jj_3_68

      private boolean jj_3_68()
    • jj_3R_MapLiteral_958_14_256

      private boolean jj_3R_MapLiteral_958_14_256()
    • jj_3R_ArrayLiteral_948_23_268

      private boolean jj_3R_ArrayLiteral_948_23_268()
    • jj_3_63

      private boolean jj_3_63()
    • jj_3_67

      private boolean jj_3_67()
    • jj_3R_MapEntry_966_5_92

      private boolean jj_3R_MapEntry_966_5_92()
    • jj_3_66

      private boolean jj_3_66()
    • jj_3R_ArrayLiteral_948_14_264

      private boolean jj_3R_ArrayLiteral_948_14_264()
    • jj_3R_MapLiteral_955_5_197

      private boolean jj_3R_MapLiteral_955_5_197()
    • jj_3_64

      private boolean jj_3_64()
    • jj_3R_ArrayLiteral_947_9_255

      private boolean jj_3R_ArrayLiteral_947_9_255()
    • jj_3R_ArrayLiteral_945_9_254

      private boolean jj_3R_ArrayLiteral_945_9_254()
    • jj_3R_ArrayLiteral_943_4_199

      private boolean jj_3R_ArrayLiteral_943_4_199()
    • jj_3R_ExtendedLiteral_938_4_258

      private boolean jj_3R_ExtendedLiteral_938_4_258()
    • jj_3R_RegexLiteral_931_3_235

      private boolean jj_3R_RegexLiteral_931_3_235()
    • jj_3R_JxltLiteral_922_4_233

      private boolean jj_3R_JxltLiteral_922_4_233()
    • jj_3R_StringLiteral_912_3_234

      private boolean jj_3R_StringLiteral_912_3_234()
    • jj_3R_FloatLiteral_903_3_231

      private boolean jj_3R_FloatLiteral_903_3_231()
    • jj_3R_IntegerLiteral_893_3_230

      private boolean jj_3R_IntegerLiteral_893_3_230()
    • jj_3R_BooleanLiteral_885_3_239

      private boolean jj_3R_BooleanLiteral_885_3_239()
    • jj_3R_BooleanLiteral_883_3_238

      private boolean jj_3R_BooleanLiteral_883_3_238()
    • jj_3R_BooleanLiteral_883_3_232

      private boolean jj_3R_BooleanLiteral_883_3_232()
    • jj_3R_NullLiteral_877_5_236

      private boolean jj_3R_NullLiteral_877_5_236()
    • jj_3R_NaNLiteral_872_5_237

      private boolean jj_3R_NaNLiteral_872_5_237()
    • jj_3R_Literal_866_3_221

      private boolean jj_3R_Literal_866_3_221()
    • jj_3R_Literal_864_3_220

      private boolean jj_3R_Literal_864_3_220()
    • jj_3R_Literal_862_3_219

      private boolean jj_3R_Literal_862_3_219()
    • jj_3R_Literal_860_3_218

      private boolean jj_3R_Literal_860_3_218()
    • jj_3R_Literal_858_3_217

      private boolean jj_3R_Literal_858_3_217()
    • jj_3R_Literal_856_3_216

      private boolean jj_3R_Literal_856_3_216()
    • jj_3R_Literal_854_3_215

      private boolean jj_3R_Literal_854_3_215()
    • jj_3R_Literal_852_3_214

      private boolean jj_3R_Literal_852_3_214()
    • jj_3R_Literal_852_3_202

      private boolean jj_3R_Literal_852_3_202()
    • jj_3R_NamespaceIdentifier_844_4_229

      private boolean jj_3R_NamespaceIdentifier_844_4_229()
    • jj_3R_PostfixExpression_820_24_249

      private boolean jj_3R_PostfixExpression_820_24_249()
    • jj_3R_Identifier_834_5_135

      private boolean jj_3R_Identifier_834_5_135()
    • jj_3R_Identifier_832_5_93

      private boolean jj_3R_Identifier_832_5_93()
    • jj_3R_Identifier_832_5_134

      private boolean jj_3R_Identifier_832_5_134()
    • jj_3R_PostfixExpression_820_4_91

      private boolean jj_3R_PostfixExpression_820_4_91()
    • jj_3R_PostfixOperator_815_5_252

      private boolean jj_3R_PostfixOperator_815_5_252()
    • jj_3R_PostfixOperator_813_5_251

      private boolean jj_3R_PostfixOperator_813_5_251()
    • jj_3R_PostfixOperator_813_5_250

      private boolean jj_3R_PostfixOperator_813_5_250()
    • jj_3_62

      private boolean jj_3_62()
    • jj_3R_UnaryExpression_806_4_165

      private boolean jj_3R_UnaryExpression_806_4_165()
    • jj_3R_UnaryExpression_804_4_164

      private boolean jj_3R_UnaryExpression_804_4_164()
    • jj_3R_UnaryExpression_802_5_163

      private boolean jj_3R_UnaryExpression_802_5_163()
    • jj_3R_UnaryExpression_800_5_162

      private boolean jj_3R_UnaryExpression_800_5_162()
    • jj_3R_UnaryExpression_798_5_161

      private boolean jj_3R_UnaryExpression_798_5_161()
    • jj_3R_UnaryExpression_796_5_160

      private boolean jj_3R_UnaryExpression_796_5_160()
    • jj_3R_UnaryExpression_794_5_159

      private boolean jj_3R_UnaryExpression_794_5_159()
    • jj_3R_UnaryExpression_792_5_132

      private boolean jj_3R_UnaryExpression_792_5_132()
    • jj_3R_UnaryExpression_792_5_158

      private boolean jj_3R_UnaryExpression_792_5_158()
    • jj_3R_MultiplicativeExpression_786_5_90

      private boolean jj_3R_MultiplicativeExpression_786_5_90()
    • jj_3R_MultiplicativeExpression_784_5_89

      private boolean jj_3R_MultiplicativeExpression_784_5_89()
    • jj_3R_MultiplicativeExpression_782_5_88

      private boolean jj_3R_MultiplicativeExpression_782_5_88()
    • jj_3_61

      private boolean jj_3_61()
    • jj_3R_MultiplicativeExpression_780_3_131

      private boolean jj_3R_MultiplicativeExpression_780_3_131()
    • jj_3R_AdditiveExpression_774_5_87

      private boolean jj_3R_AdditiveExpression_774_5_87()
    • jj_3R_AdditiveExpression_772_5_86

      private boolean jj_3R_AdditiveExpression_772_5_86()
    • jj_3_60

      private boolean jj_3_60()
    • jj_3R_AdditiveExpression_770_3_130

      private boolean jj_3R_AdditiveExpression_770_3_130()
    • jj_3R_ShiftExpression_764_7_85

      private boolean jj_3R_ShiftExpression_764_7_85()
    • jj_3R_ShiftExpression_762_7_84

      private boolean jj_3R_ShiftExpression_762_7_84()
    • jj_3R_ShiftExpression_760_7_83

      private boolean jj_3R_ShiftExpression_760_7_83()
    • ReInit

      public void ReInit(String s)
    • ReInit

      public void ReInit(Provider stream)
      Reinitialise.
    • ReInit

      public void ReInit(ParserTokenManager tm)
      Reinitialise.
    • jj_consume_token

      private Token jj_consume_token(int kind) throws ParseException
      Throws:
      ParseException
    • jj_scan_token

      private boolean jj_scan_token(int kind)
    • getNextToken

      public final Token getNextToken()
      Get the next Token.
    • getToken

      public final Token getToken(int index)
      Get the specific Token.
      Specified by:
      getToken in class JexlParser
      Parameters:
      index - 0 to get current token
      Returns:
      the token on the stack
    • generateParseException

      public ParseException generateParseException()
      Generate ParseException.
    • trace_enabled

      public final boolean trace_enabled()
      Trace enabled.
    • enable_tracing

      public final void enable_tracing()
      Enable tracing.
    • disable_tracing

      public final void disable_tracing()
      Disable tracing.