Class JJTreeParser

java.lang.Object
org.javacc.jjtree.JJTreeParser
All Implemented Interfaces:
JJTreeParserConstants, JJTreeParserTreeConstants

public class JJTreeParser extends Object implements JJTreeParserTreeConstants, JJTreeParserConstants
  • Field Details

    • jjtree

      protected JJTJJTreeParserState jjtree
    • context

      private JJTreeContext context
    • isJavaLanguage

      protected boolean isJavaLanguage
    • token_source

      public JJTreeParserTokenManager token_source
      Generated Token Manager.
    • jj_input_stream

      JavaCharStream jj_input_stream
    • token

      public Token token
      Current token.
    • jj_nt

      public Token jj_nt
      Next token.
    • jj_ntk

      private int jj_ntk
    • 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_gen

      private int jj_gen
    • jj_la1

      private final int[] jj_la1
    • jj_la1_0

      private static int[] jj_la1_0
    • jj_la1_1

      private static int[] jj_la1_1
    • jj_la1_2

      private static int[] jj_la1_2
    • jj_la1_3

      private static int[] jj_la1_3
    • jj_la1_4

      private static int[] jj_la1_4
    • jj_2_rtns

      private final JJTreeParser.JJCalls[] jj_2_rtns
    • jj_rescan

      private boolean jj_rescan
    • jj_gc

      private int jj_gc
    • jj_ls

      private static final JJTreeParser.LookaheadSuccess jj_ls
    • jj_expentries

      private List<int[]> jj_expentries
    • jj_expentry

      private int[] jj_expentry
    • jj_kind

      private int jj_kind
    • jj_lasttokens

      private int[] jj_lasttokens
    • jj_endpos

      private int jj_endpos
    • trace_enabled

      private boolean trace_enabled
  • Constructor Details

    • JJTreeParser

      public JJTreeParser(InputStream stream)
      Constructor with InputStream.
    • JJTreeParser

      public JJTreeParser(InputStream stream, String encoding)
      Constructor with InputStream and supplied encoding
    • JJTreeParser

      public JJTreeParser(Reader stream)
      Constructor.
    • JJTreeParser

      public JJTreeParser(JJTreeParserTokenManager tm)
      Constructor with generated Token Manager.
  • Method Details

    • jjtreeOpenNodeScope

      void jjtreeOpenNodeScope(Node n)
    • jjtreeCloseNodeScope

      void jjtreeCloseNodeScope(Node n)
    • notTailOfExpansionUnit

      private boolean notTailOfExpansionUnit()
      Returns true if the next token is not in the FOLLOW list of "expansion". It is used to decide when the end of an "expansion" has been reached.
    • eatUptoCloseBrace

      private void eatUptoCloseBrace()
    • javacc_input

      public final void javacc_input(JJTreeContext context) throws ParseException
      THE JAVACC GRAMMAR SPECIFICATION STARTS HERE *
      Throws:
      ParseException
    • javacc_options

      public final void javacc_options() throws ParseException
      Throws:
      ParseException
    • option_binding

      public final void option_binding() throws ParseException
      Throws:
      ParseException
    • production

      public final void production() throws ParseException
      Throws:
      ParseException
    • javacode_production

      public final void javacode_production() throws ParseException
      Throws:
      ParseException
    • bnf_production

      public final void bnf_production() throws ParseException
      Throws:
      ParseException
    • AccessModifier

      public final void AccessModifier() throws ParseException
      Throws:
      ParseException
    • regular_expr_production

      public final void regular_expr_production() throws ParseException
      Throws:
      ParseException
    • token_manager_decls

      public final void token_manager_decls() throws ParseException
      Throws:
      ParseException
    • regexpr_kind

      public final void regexpr_kind() throws ParseException
      Throws:
      ParseException
    • regexpr_spec

      public final void regexpr_spec() throws ParseException
      Throws:
      ParseException
    • expansion_choices

      public final JJTreeNode expansion_choices(ASTProduction p) throws ParseException
      Throws:
      ParseException
    • expansion

      public final void expansion(ASTProduction p) throws ParseException
      Throws:
      ParseException
    • local_lookahead

      public final void local_lookahead(ASTProduction p) throws ParseException
      Throws:
      ParseException
    • expansion_unit

      public final JJTreeNode expansion_unit(ASTProduction p) throws ParseException
      Throws:
      ParseException
    • regular_expression

      public final void regular_expression() throws ParseException
      Throws:
      ParseException
    • complex_regular_expression_choices

      public final void complex_regular_expression_choices() throws ParseException
      Throws:
      ParseException
    • complex_regular_expression

      public final void complex_regular_expression() throws ParseException
      Throws:
      ParseException
    • complex_regular_expression_unit

      public final void complex_regular_expression_unit() throws ParseException
      Throws:
      ParseException
    • character_list

      public final void character_list() throws ParseException
      Throws:
      ParseException
    • character_descriptor

      public final void character_descriptor() throws ParseException
      Throws:
      ParseException
    • identifier

      public final Token identifier() throws ParseException
      Throws:
      ParseException
    • node_descriptor

      public final ASTNodeDescriptor node_descriptor() throws ParseException
      THE JJTREE PRODUCTIONS START HERE *
      Throws:
      ParseException
    • node_descriptor_expression

      void node_descriptor_expression() throws ParseException
      Throws:
      ParseException
    • JavaIdentifier

      public final String JavaIdentifier() throws ParseException
      THE JAVA GRAMMAR SPECIFICATION STARTS HERE *
      Throws:
      ParseException
    • CompilationUnit

      public final void CompilationUnit() throws ParseException
      Throws:
      ParseException
    • PackageDeclaration

      public final void PackageDeclaration() throws ParseException
      Throws:
      ParseException
    • ImportDeclaration

      public final void ImportDeclaration() throws ParseException
      Throws:
      ParseException
    • Modifiers

      public final void Modifiers() throws ParseException
      Throws:
      ParseException
    • TypeDeclaration

      public final void TypeDeclaration() throws ParseException
      Throws:
      ParseException
    • ClassOrInterfaceDeclaration

      public final void ClassOrInterfaceDeclaration() throws ParseException
      Throws:
      ParseException
    • ExtendsList

      public final void ExtendsList() throws ParseException
      Throws:
      ParseException
    • ImplementsList

      public final void ImplementsList() throws ParseException
      Throws:
      ParseException
    • EnumDeclaration

      public final void EnumDeclaration() throws ParseException
      Throws:
      ParseException
    • EnumBody

      public final void EnumBody() throws ParseException
      Throws:
      ParseException
    • EnumConstant

      public final void EnumConstant() throws ParseException
      Throws:
      ParseException
    • TypeParameters

      public final void TypeParameters() throws ParseException
      Throws:
      ParseException
    • TypeParameter

      public final void TypeParameter() throws ParseException
      Throws:
      ParseException
    • TypeBound

      public final void TypeBound() throws ParseException
      Throws:
      ParseException
    • ClassOrInterfaceBody

      public final void ClassOrInterfaceBody() throws ParseException
      Throws:
      ParseException
    • ClassOrInterfaceBodyDeclaration

      public final void ClassOrInterfaceBodyDeclaration() throws ParseException
      Throws:
      ParseException
    • FieldDeclaration

      public final void FieldDeclaration() throws ParseException
      Throws:
      ParseException
    • VariableDeclarator

      public final void VariableDeclarator() throws ParseException
      Throws:
      ParseException
    • VariableDeclaratorId

      public final void VariableDeclaratorId() throws ParseException
      Throws:
      ParseException
    • VariableInitializer

      public final void VariableInitializer() throws ParseException
      Throws:
      ParseException
    • ArrayInitializer

      public final void ArrayInitializer() throws ParseException
      Throws:
      ParseException
    • MethodDeclaration

      public final void MethodDeclaration() throws ParseException
      Throws:
      ParseException
    • MethodDeclarator

      public final void MethodDeclarator() throws ParseException
      Throws:
      ParseException
    • FormalParameters

      public final void FormalParameters() throws ParseException
      Throws:
      ParseException
    • FormalParameter

      public final void FormalParameter() throws ParseException
      Throws:
      ParseException
    • ConstructorDeclaration

      public final void ConstructorDeclaration() throws ParseException
      Throws:
      ParseException
    • ExplicitConstructorInvocation

      public final void ExplicitConstructorInvocation() throws ParseException
      Throws:
      ParseException
    • Initializer

      public final void Initializer() throws ParseException
      Throws:
      ParseException
    • Type

      public final void Type() throws ParseException
      Throws:
      ParseException
    • ReferenceType

      public final void ReferenceType() throws ParseException
      Throws:
      ParseException
    • Template

      public final void Template() throws ParseException
      Throws:
      ParseException
    • TemplatePack

      public final void TemplatePack() throws ParseException
      Throws:
      ParseException
    • TemplateBase

      public final void TemplateBase() throws ParseException
      Throws:
      ParseException
    • ClassOrInterfaceType

      public final void ClassOrInterfaceType() throws ParseException
      Throws:
      ParseException
    • TypeArguments

      public final void TypeArguments() throws ParseException
      Throws:
      ParseException
    • TypeArgument

      public final void TypeArgument() throws ParseException
      Throws:
      ParseException
    • WildcardBounds

      public final void WildcardBounds() throws ParseException
      Throws:
      ParseException
    • PrimitiveType

      public final void PrimitiveType() throws ParseException
      Throws:
      ParseException
    • ResultType

      public final void ResultType() throws ParseException
      Throws:
      ParseException
    • Name

      public final String Name() throws ParseException
      Throws:
      ParseException
    • NameList

      public final void NameList() throws ParseException
      Throws:
      ParseException
    • Expression

      public final void Expression() throws ParseException
      Throws:
      ParseException
    • AssignmentOperator

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

      public final void ConditionalExpression() throws ParseException
      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
    • InstanceOfExpression

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

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

      public final void ShiftExpression() throws ParseException
      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
    • PreIncrementExpression

      public final void PreIncrementExpression() throws ParseException
      Throws:
      ParseException
    • PreDecrementExpression

      public final void PreDecrementExpression() throws ParseException
      Throws:
      ParseException
    • UnaryExpressionNotPlusMinus

      public final void UnaryExpressionNotPlusMinus() throws ParseException
      Throws:
      ParseException
    • CastLookahead

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

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

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

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

      public final void MemberSelector() throws ParseException
      Throws:
      ParseException
    • PrimaryPrefix

      public final void PrimaryPrefix() throws ParseException
      Throws:
      ParseException
    • PrimarySuffix

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

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

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

      public final Token BooleanLiteral() throws ParseException
      Throws:
      ParseException
    • StringLiteral

      public final Token StringLiteral() throws ParseException
      Throws:
      ParseException
    • NullLiteral

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

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

      public final void ArgumentList() throws ParseException
      Throws:
      ParseException
    • AllocationExpression

      public final void AllocationExpression() throws ParseException
      Throws:
      ParseException
    • ArrayDimsAndInits

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

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

      public final void AssertStatement() throws ParseException
      Throws:
      ParseException
    • LabeledStatement

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

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

      public final void BlockStatement() throws ParseException
      Throws:
      ParseException
    • LocalVariableDeclaration

      public final void LocalVariableDeclaration() throws ParseException
      Throws:
      ParseException
    • EmptyStatement

      public final void EmptyStatement() throws ParseException
      Throws:
      ParseException
    • StatementExpression

      public final void StatementExpression() throws ParseException
      Throws:
      ParseException
    • SwitchStatement

      public final void SwitchStatement() throws ParseException
      Throws:
      ParseException
    • SwitchLabel

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

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

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

      public final void DoStatement() throws ParseException
      Throws:
      ParseException
    • ForStatement

      public final void ForStatement() throws ParseException
      Throws:
      ParseException
    • ForInit

      public final void ForInit() throws ParseException
      Throws:
      ParseException
    • StatementExpressionList

      public final void StatementExpressionList() throws ParseException
      Throws:
      ParseException
    • ForUpdate

      public final void ForUpdate() throws ParseException
      Throws:
      ParseException
    • BreakStatement

      public final void BreakStatement() throws ParseException
      Throws:
      ParseException
    • ContinueStatement

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

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

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

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

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

      public final void RUNSIGNEDSHIFT() throws ParseException
      Throws:
      ParseException
    • RSIGNEDSHIFT

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

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

      public final void NormalAnnotation() throws ParseException
      Throws:
      ParseException
    • MarkerAnnotation

      public final void MarkerAnnotation() throws ParseException
      Throws:
      ParseException
    • SingleMemberAnnotation

      public final void SingleMemberAnnotation() throws ParseException
      Throws:
      ParseException
    • MemberValuePairs

      public final void MemberValuePairs() throws ParseException
      Throws:
      ParseException
    • MemberValuePair

      public final void MemberValuePair() throws ParseException
      Throws:
      ParseException
    • MemberValue

      public final void MemberValue() throws ParseException
      Throws:
      ParseException
    • MemberValueArrayInitializer

      public final void MemberValueArrayInitializer() throws ParseException
      Throws:
      ParseException
    • AnnotationTypeDeclaration

      public final void AnnotationTypeDeclaration() throws ParseException
      Throws:
      ParseException
    • AnnotationTypeBody

      public final void AnnotationTypeBody() throws ParseException
      Throws:
      ParseException
    • AnnotationTypeMemberDeclaration

      public final void AnnotationTypeMemberDeclaration() throws ParseException
      Throws:
      ParseException
    • DefaultValue

      public final void DefaultValue() 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_3R_PreIncrementExpression_1529_3_258

      private boolean jj_3R_PreIncrementExpression_1529_3_258()
    • jj_3R_expansion_unit_761_3_170

      private boolean jj_3R_expansion_unit_761_3_170()
    • jj_3_2

      private boolean jj_3_2()
    • jj_3R_UnaryExpression_1523_3_309

      private boolean jj_3R_UnaryExpression_1523_3_309()
    • jj_3_25

      private boolean jj_3_25()
    • jj_3R_UnaryExpression_1521_3_308

      private boolean jj_3R_UnaryExpression_1521_3_308()
    • jj_3R_UnaryExpression_1519_3_307

      private boolean jj_3R_UnaryExpression_1519_3_307()
    • jj_3R_UnaryExpression_1517_3_306

      private boolean jj_3R_UnaryExpression_1517_3_306()
    • jj_3R_UnaryExpression_1517_3_296

      private boolean jj_3R_UnaryExpression_1517_3_296()
    • jj_3R_expansion_unit_748_3_169

      private boolean jj_3R_expansion_unit_748_3_169()
    • jj_3R_RelationalExpression_1493_23_279

      private boolean jj_3R_RelationalExpression_1493_23_279()
    • jj_3R_InstanceOfExpression_1487_28_273

      private boolean jj_3R_InstanceOfExpression_1487_28_273()
    • jj_3R_MultiplicativeExpression_1511_3_278

      private boolean jj_3R_MultiplicativeExpression_1511_3_278()
    • jj_3R_expansion_unit_744_3_168

      private boolean jj_3R_expansion_unit_744_3_168()
    • jj_3R_expansion_unit_742_3_167

      private boolean jj_3R_expansion_unit_742_3_167()
    • jj_3R_EqualityExpression_1481_28_266

      private boolean jj_3R_EqualityExpression_1481_28_266()
    • jj_3R_AdditiveExpression_1505_3_272

      private boolean jj_3R_AdditiveExpression_1505_3_272()
    • jj_3R_expansion_unit_733_3_166

      private boolean jj_3R_expansion_unit_733_3_166()
    • jj_3R_ShiftExpression_1499_3_265

      private boolean jj_3R_ShiftExpression_1499_3_265()
    • jj_3R_AndExpression_1475_26_261

      private boolean jj_3R_AndExpression_1475_26_261()
    • jj_3R_expansion_unit_732_1_155

      private boolean jj_3R_expansion_unit_732_1_155()
    • jj_3R_RelationalExpression_1493_3_260

      private boolean jj_3R_RelationalExpression_1493_3_260()
    • jj_3R_InclusiveOrExpression_1463_29_247

      private boolean jj_3R_InclusiveOrExpression_1463_29_247()
    • jj_3R_InstanceOfExpression_1487_3_254

      private boolean jj_3R_InstanceOfExpression_1487_3_254()
    • jj_3R_ExclusiveOrExpression_1469_21_255

      private boolean jj_3R_ExclusiveOrExpression_1469_21_255()
    • jj_3R_ConditionalAndExpression_1457_29_228

      private boolean jj_3R_ConditionalAndExpression_1457_29_228()
    • jj_3R_EqualityExpression_1481_3_246

      private boolean jj_3R_EqualityExpression_1481_3_246()
    • jj_3R_ConditionalOrExpression_1451_32_202

      private boolean jj_3R_ConditionalOrExpression_1451_32_202()
    • jj_3R_AndExpression_1475_3_225

      private boolean jj_3R_AndExpression_1475_3_225()
    • jj_3R_ConditionalExpression_1445_31_187

      private boolean jj_3R_ConditionalExpression_1445_31_187()
    • jj_3R_ExclusiveOrExpression_1469_3_198

      private boolean jj_3R_ExclusiveOrExpression_1469_3_198()
    • jj_3R_InclusiveOrExpression_1463_3_182

      private boolean jj_3R_InclusiveOrExpression_1463_3_182()
    • jj_3R_ConditionalAndExpression_1457_3_165

      private boolean jj_3R_ConditionalAndExpression_1457_3_165()
    • jj_3R_ConditionalOrExpression_1451_3_150

      private boolean jj_3R_ConditionalOrExpression_1451_3_150()
    • jj_3R_ConditionalExpression_1445_3_115

      private boolean jj_3R_ConditionalExpression_1445_3_115()
    • jj_3R_AssignmentOperator_1439_3_83

      private boolean jj_3R_AssignmentOperator_1439_3_83()
    • jj_3R_expansion_666_4_130

      private boolean jj_3R_expansion_666_4_130()
    • jj_3R_expansion_662_5_129

      private boolean jj_3R_expansion_662_5_129()
    • jj_3_24

      private boolean jj_3_24()
    • jj_3R_expansion_661_3_98

      private boolean jj_3R_expansion_661_3_98()
    • jj_3R_Expression_1428_3_84

      private boolean jj_3R_Expression_1428_3_84()
    • jj_3R_NameList_1408_12_316

      private boolean jj_3R_NameList_1408_12_316()
    • jj_3R_expansion_choices_649_3_62

      private boolean jj_3R_expansion_choices_649_3_62()
    • jj_3R_NameList_1408_3_302

      private boolean jj_3R_NameList_1408_3_302()
    • jj_3R_ResultType_1385_24_153

      private boolean jj_3R_ResultType_1385_24_153()
    • jj_3_23

      private boolean jj_3_23()
    • jj_3R_Name_1398_3_95

      private boolean jj_3R_Name_1398_3_95()
    • jj_3R_ResultType_1385_3_124

      private boolean jj_3R_ResultType_1385_3_124()
    • jj_3R_ResultType_1383_3_123

      private boolean jj_3R_ResultType_1383_3_123()
    • jj_3_22

      private boolean jj_3_22()
    • jj_3R_ResultType_1382_1_90

      private boolean jj_3R_ResultType_1382_1_90()
    • jj_3_1

      private boolean jj_3_1()
    • jj_3R_PrimitiveType_1361_3_88

      private boolean jj_3R_PrimitiveType_1361_3_88()
    • jj_3R_TypeArguments_1338_25_205

      private boolean jj_3R_TypeArguments_1338_25_205()
    • jj_3R_WildcardBounds_1354_4_264

      private boolean jj_3R_WildcardBounds_1354_4_264()
    • jj_3R_TypeArgument_1346_10_250

      private boolean jj_3R_TypeArgument_1346_10_250()
    • jj_3R_WildcardBounds_1352_4_257

      private boolean jj_3R_WildcardBounds_1352_4_257()
    • jj_3R_WildcardBounds_1352_4_263

      private boolean jj_3R_WildcardBounds_1352_4_263()
    • jj_3_20

      private boolean jj_3_20()
    • jj_3_19

      private boolean jj_3_19()
    • jj_3R_TypeArgument_1346_4_149

      private boolean jj_3R_TypeArgument_1346_4_149()
    • jj_3R_TypeArgument_1344_4_148

      private boolean jj_3R_TypeArgument_1344_4_148()
    • jj_3R_TypeArgument_1344_4_114

      private boolean jj_3R_TypeArgument_1344_4_114()
    • jj_3R_TypeArguments_1338_4_82

      private boolean jj_3R_TypeArguments_1338_4_82()
    • jj_3_21

      private boolean jj_3_21()
    • jj_3R_ClassOrInterfaceType_1331_3_147

      private boolean jj_3R_ClassOrInterfaceType_1331_3_147()
    • jj_3R_Template_1311_20_210

      private boolean jj_3R_Template_1311_20_210()
    • jj_3R_TemplateBase_1324_2_232

      private boolean jj_3R_TemplateBase_1324_2_232()
    • jj_3_18

      private boolean jj_3_18()
    • jj_3R_TemplatePack_1318_2_209

      private boolean jj_3R_TemplatePack_1318_2_209()
    • jj_3_48

      private boolean jj_3_48()
    • jj_3R_ReferenceType_1304_8_146

      private boolean jj_3R_ReferenceType_1304_8_146()
    • jj_3R_Template_1310_2_164

      private boolean jj_3R_Template_1310_2_164()
    • jj_3R_ReferenceType_1304_4_113

      private boolean jj_3R_ReferenceType_1304_4_113()
    • jj_3R_ReferenceType_1302_4_112

      private boolean jj_3R_ReferenceType_1302_4_112()
    • jj_3R_ReferenceType_1302_4_81

      private boolean jj_3R_ReferenceType_1302_4_81()
    • jj_3R_ConstructorDeclaration_1264_41_287

      private boolean jj_3R_ConstructorDeclaration_1264_41_287()
    • jj_3_47

      private boolean jj_3_47()
    • jj_3R_Type_1296_4_105

      private boolean jj_3R_Type_1296_4_105()
    • jj_3_17

      private boolean jj_3_17()
    • jj_3R_Type_1294_4_75

      private boolean jj_3R_Type_1294_4_75()
    • jj_3_16

      private boolean jj_3_16()
    • jj_3R_Initializer_1283_3_77

      private boolean jj_3R_Initializer_1283_3_77()
    • jj_3_14

      private boolean jj_3_14()
    • jj_3_15

      private boolean jj_3_15()
    • jj_3R_MemberValueArrayInitializer_2046_3_154

      private boolean jj_3R_MemberValueArrayInitializer_2046_3_154()
    • jj_3R_MemberValuePairs_2024_24_208

      private boolean jj_3R_MemberValuePairs_2024_24_208()
    • jj_3R_FormalParameter_1256_24_322

      private boolean jj_3R_FormalParameter_1256_24_322()
    • jj_3R_ExplicitConstructorInvocation_1277_3_110

      private boolean jj_3R_ExplicitConstructorInvocation_1277_3_110()
    • jj_3R_MethodDeclarator_1238_41_305

      private boolean jj_3R_MethodDeclarator_1238_41_305()
    • jj_3R_ExplicitConstructorInvocation_1274_3_109

      private boolean jj_3R_ExplicitConstructorInvocation_1274_3_109()
    • jj_3R_ExplicitConstructorInvocation_1274_3_79

      private boolean jj_3R_ExplicitConstructorInvocation_1274_3_79()
    • jj_3R_MemberValue_2040_4_128

      private boolean jj_3R_MemberValue_2040_4_128()
    • jj_3R_MemberValue_2038_4_127

      private boolean jj_3R_MemberValue_2038_4_127()
    • jj_3R_FormalParameters_1249_25_315

      private boolean jj_3R_FormalParameters_1249_25_315()
    • jj_3R_ConstructorDeclaration_1267_7_289

      private boolean jj_3R_ConstructorDeclaration_1267_7_289()
    • jj_3R_ConstructorDeclaration_1266_7_288

      private boolean jj_3R_ConstructorDeclaration_1266_7_288()
    • jj_3R_MemberValue_2036_4_126

      private boolean jj_3R_MemberValue_2036_4_126()
    • jj_3R_MemberValue_2036_4_97

      private boolean jj_3R_MemberValue_2036_4_97()
    • jj_3R_MemberValuePair_2030_5_207

      private boolean jj_3R_MemberValuePair_2030_5_207()
    • jj_3R_ConstructorDeclaration_1262_5_285

      private boolean jj_3R_ConstructorDeclaration_1262_5_285()
    • jj_3R_ConstructorDeclaration_1262_3_275

      private boolean jj_3R_ConstructorDeclaration_1262_3_275()
    • jj_3R_MemberValuePairs_2024_4_193

      private boolean jj_3R_MemberValuePairs_2024_4_193()
    • jj_3R_NormalAnnotation_2006_21_177

      private boolean jj_3R_NormalAnnotation_2006_21_177()
    • jj_3R_FormalParameter_1256_3_314

      private boolean jj_3R_FormalParameter_1256_3_314()
    • jj_3R_null_1994_32_96

      private boolean jj_3R_null_1994_32_96()
    • jj_3R_MethodDeclaration_1231_24_294

      private boolean jj_3R_MethodDeclaration_1231_24_294()
    • jj_3_13

      private boolean jj_3_13()
    • jj_3R_FormalParameters_1249_5_301

      private boolean jj_3R_FormalParameters_1249_5_301()
    • jj_3R_SingleMemberAnnotation_2018_3_159

      private boolean jj_3R_SingleMemberAnnotation_2018_3_159()
    • jj_3R_FormalParameters_1248_3_286

      private boolean jj_3R_FormalParameters_1248_3_286()
    • jj_3R_MarkerAnnotation_2012_3_160

      private boolean jj_3R_MarkerAnnotation_2012_3_160()
    • jj_3_46

      private boolean jj_3_46()
    • jj_3R_NormalAnnotation_2006_4_158

      private boolean jj_3R_NormalAnnotation_2006_4_158()
    • jj_3_45

      private boolean jj_3_45()
    • jj_3R_MethodDeclarator_1238_3_293

      private boolean jj_3R_MethodDeclarator_1238_3_293()
    • jj_3R_MethodDeclaration_1232_5_295

      private boolean jj_3R_MethodDeclaration_1232_5_295()
    • jj_3R_Annotation_2000_4_140

      private boolean jj_3R_Annotation_2000_4_140()
    • jj_3R_MethodDeclaration_1229_5_292

      private boolean jj_3R_MethodDeclaration_1229_5_292()
    • jj_3R_Annotation_1997_4_139

      private boolean jj_3R_Annotation_1997_4_139()
    • jj_3R_MethodDeclaration_1229_3_277

      private boolean jj_3R_MethodDeclaration_1229_3_277()
    • jj_3R_ArrayInitializer_1222_9_248

      private boolean jj_3R_ArrayInitializer_1222_9_248()
    • jj_3R_Annotation_1994_4_138

      private boolean jj_3R_Annotation_1994_4_138()
    • jj_3R_RSIGNEDSHIFT_1983_15_116

      private boolean jj_3R_RSIGNEDSHIFT_1983_15_116()
    • jj_3R_Annotation_1994_4_103

      private boolean jj_3R_Annotation_1994_4_103()
    • jj_3R_VariableDeclaratorId_1208_22_317

      private boolean jj_3R_VariableDeclaratorId_1208_22_317()
    • jj_3R_VariableDeclarator_1202_28_304

      private boolean jj_3R_VariableDeclarator_1202_28_304()
    • jj_3R_FieldDeclaration_1196_33_291

      private boolean jj_3R_FieldDeclaration_1196_33_291()
    • jj_3R_null_1183_44_76

      private boolean jj_3R_null_1183_44_76()
    • jj_3R_ArrayInitializer_1222_3_144

      private boolean jj_3R_ArrayInitializer_1222_3_144()
    • jj_3R_RUNSIGNEDSHIFT_1974_15_117

      private boolean jj_3R_RUNSIGNEDSHIFT_1974_15_117()
    • jj_3R_VariableInitializer_1216_3_108

      private boolean jj_3R_VariableInitializer_1216_3_108()
    • jj_3R_RSIGNEDSHIFT_1983_3_85

      private boolean jj_3R_RSIGNEDSHIFT_1983_3_85()
    • jj_3R_VariableInitializer_1214_3_107

      private boolean jj_3R_VariableInitializer_1214_3_107()
    • jj_3R_VariableInitializer_1214_3_78

      private boolean jj_3R_VariableInitializer_1214_3_78()
    • jj_3R_VariableDeclaratorId_1208_3_303

      private boolean jj_3R_VariableDeclaratorId_1208_3_303()
    • jj_3R_RUNSIGNEDSHIFT_1974_3_86

      private boolean jj_3R_RUNSIGNEDSHIFT_1974_3_86()
    • jj_3R_VariableDeclarator_1202_3_290

      private boolean jj_3R_VariableDeclarator_1202_3_290()
    • jj_3R_TryStatement_1964_5_340

      private boolean jj_3R_TryStatement_1964_5_340()
    • jj_3R_TryStatement_1963_5_339

      private boolean jj_3R_TryStatement_1963_5_339()
    • jj_3_11

      private boolean jj_3_11()
    • jj_3R_null_1180_20_73

      private boolean jj_3R_null_1180_20_73()
    • jj_3R_FieldDeclaration_1196_3_276

      private boolean jj_3R_FieldDeclaration_1196_3_276()
    • jj_3_10

      private boolean jj_3_10()
    • jj_3R_TryStatement_1962_3_245

      private boolean jj_3R_TryStatement_1962_3_245()
    • jj_3R_ClassOrInterfaceBodyDeclaration_1186_7_271

      private boolean jj_3R_ClassOrInterfaceBodyDeclaration_1186_7_271()
    • jj_3R_TypeBound_1152_39_194

      private boolean jj_3R_TypeBound_1152_39_194()
    • jj_3R_ClassOrInterfaceBodyDeclaration_1183_7_270

      private boolean jj_3R_ClassOrInterfaceBodyDeclaration_1183_7_270()
    • jj_3R_SynchronizedStatement_1952_3_244

      private boolean jj_3R_SynchronizedStatement_1952_3_244()
    • jj_3R_ReturnStatement_1940_14_338

      private boolean jj_3R_ReturnStatement_1940_14_338()
    • jj_3R_ClassOrInterfaceBodyDeclaration_1180_7_269

      private boolean jj_3R_ClassOrInterfaceBodyDeclaration_1180_7_269()
    • jj_3R_ClassOrInterfaceBodyDeclaration_1178_7_268

      private boolean jj_3R_ClassOrInterfaceBodyDeclaration_1178_7_268()
    • jj_3R_EnumConstant_1134_50_321

      private boolean jj_3R_EnumConstant_1134_50_321()
    • jj_3R_ContinueStatement_1934_16_337

      private boolean jj_3R_ContinueStatement_1934_16_337()
    • jj_3R_ClassOrInterfaceBodyDeclaration_1176_7_267

      private boolean jj_3R_ClassOrInterfaceBodyDeclaration_1176_7_267()
    • jj_3R_ThrowStatement_1946_3_243

      private boolean jj_3R_ThrowStatement_1946_3_243()
    • jj_3R_ForStatement_1898_47_346

      private boolean jj_3R_ForStatement_1898_47_346()
    • jj_3R_StatementExpressionList_1916_27_356

      private boolean jj_3R_StatementExpressionList_1916_27_356()
    • jj_3R_ClassOrInterfaceBodyDeclaration_1173_3_262

      private boolean jj_3R_ClassOrInterfaceBodyDeclaration_1173_3_262()
    • jj_3R_ReturnStatement_1940_3_242

      private boolean jj_3R_ReturnStatement_1940_3_242()
    • jj_3R_BreakStatement_1928_13_336

      private boolean jj_3R_BreakStatement_1928_13_336()
    • jj_3_12

      private boolean jj_3_12()
    • jj_3R_ClassOrInterfaceBodyDeclaration_1170_3_256

      private boolean jj_3R_ClassOrInterfaceBodyDeclaration_1170_3_256()
    • jj_3R_ContinueStatement_1934_3_241

      private boolean jj_3R_ContinueStatement_1934_3_241()
    • jj_3R_TypeParameter_1146_23_161

      private boolean jj_3R_TypeParameter_1146_23_161()
    • jj_3R_EnumConstant_1134_34_320

      private boolean jj_3R_EnumConstant_1134_34_320()
    • jj_3R_ClassOrInterfaceBody_1163_5_249

      private boolean jj_3R_ClassOrInterfaceBody_1163_5_249()
    • jj_3R_TypeParameters_1140_26_142

      private boolean jj_3R_TypeParameters_1140_26_142()
    • jj_3R_ClassOrInterfaceBody_1162_3_230

      private boolean jj_3R_ClassOrInterfaceBody_1162_3_230()
    • jj_3R_BreakStatement_1928_3_240

      private boolean jj_3R_BreakStatement_1928_3_240()
    • jj_3R_ForUpdate_1922_3_352

      private boolean jj_3R_ForUpdate_1922_3_352()
    • jj_3R_ForStatement_1898_26_345

      private boolean jj_3R_ForStatement_1898_26_345()
    • jj_3R_TypeBound_1152_4_178

      private boolean jj_3R_TypeBound_1152_4_178()
    • jj_3_44

      private boolean jj_3_44()
    • jj_3R_StatementExpressionList_1916_3_355

      private boolean jj_3R_StatementExpressionList_1916_3_355()
    • jj_3R_IfStatement_1874_43_333

      private boolean jj_3R_IfStatement_1874_43_333()
    • jj_3R_TypeParameter_1146_4_141

      private boolean jj_3R_TypeParameter_1146_4_141()
    • jj_3_9

      private boolean jj_3_9()
    • jj_3R_ForInit_1910_3_354

      private boolean jj_3R_ForInit_1910_3_354()
    • jj_3_43

      private boolean jj_3_43()
    • jj_3R_TypeParameters_1140_4_104

      private boolean jj_3R_TypeParameters_1140_4_104()
    • jj_3R_ForInit_1907_3_353

      private boolean jj_3R_ForInit_1907_3_353()
    • jj_3R_ForInit_1907_3_351

      private boolean jj_3R_ForInit_1907_3_351()
    • jj_3R_ForStatement_1898_8_344

      private boolean jj_3R_ForStatement_1898_8_344()
    • jj_3R_EnumBody_1127_12_313

      private boolean jj_3R_EnumBody_1127_12_313()
    • jj_3R_ForStatement_1898_6_335

      private boolean jj_3R_ForStatement_1898_6_335()
    • jj_3R_EnumConstant_1134_3_72

      private boolean jj_3R_EnumConstant_1134_3_72()
    • jj_3R_ForStatement_1895_7_334

      private boolean jj_3R_ForStatement_1895_7_334()
    • jj_3R_EnumBody_1127_6_300

      private boolean jj_3R_EnumBody_1127_6_300()
    • jj_3R_EnumBody_1125_6_299

      private boolean jj_3R_EnumBody_1125_6_299()
    • jj_3R_EnumBody_1124_4_284

      private boolean jj_3R_EnumBody_1124_4_284()
    • jj_3R_ForStatement_1892_3_239

      private boolean jj_3R_ForStatement_1892_3_239()
    • jj_3R_EnumDeclaration_1117_5_283

      private boolean jj_3R_EnumDeclaration_1117_5_283()
    • jj_3R_DoStatement_1886_3_238

      private boolean jj_3R_DoStatement_1886_3_238()
    • jj_3R_EnumDeclaration_1116_3_274

      private boolean jj_3R_EnumDeclaration_1116_3_274()
    • jj_3R_ImplementsList_1110_6_312

      private boolean jj_3R_ImplementsList_1110_6_312()
    • jj_3R_WhileStatement_1880_3_237

      private boolean jj_3R_WhileStatement_1880_3_237()
    • jj_3R_ImplementsList_1109_4_298

      private boolean jj_3R_ImplementsList_1109_4_298()
    • jj_3R_SwitchStatement_1854_23_343

      private boolean jj_3R_SwitchStatement_1854_23_343()
    • jj_3R_IfStatement_1874_3_236

      private boolean jj_3R_IfStatement_1874_3_236()
    • jj_3R_ExtendsList_1103_6_311

      private boolean jj_3R_ExtendsList_1103_6_311()
    • jj_3R_ExtendsList_1102_4_297

      private boolean jj_3R_ExtendsList_1102_4_297()
    • jj_3R_SwitchLabel_1863_3_350

      private boolean jj_3R_SwitchLabel_1863_3_350()
    • jj_3R_SwitchLabel_1861_3_349

      private boolean jj_3R_SwitchLabel_1861_3_349()
    • jj_3R_SwitchLabel_1861_3_342

      private boolean jj_3R_SwitchLabel_1861_3_342()
    • jj_3R_LocalVariableDeclaration_1819_45_326

      private boolean jj_3R_LocalVariableDeclaration_1819_45_326()
    • jj_3R_SwitchStatement_1854_7_332

      private boolean jj_3R_SwitchStatement_1854_7_332()
    • jj_3R_ClassOrInterfaceDeclaration_1085_5_282

      private boolean jj_3R_ClassOrInterfaceDeclaration_1085_5_282()
    • jj_3R_ClassOrInterfaceDeclaration_1084_5_281

      private boolean jj_3R_ClassOrInterfaceDeclaration_1084_5_281()
    • jj_3R_SwitchStatement_1853_3_235

      private boolean jj_3R_SwitchStatement_1853_3_235()
    • jj_3R_ClassOrInterfaceDeclaration_1083_5_280

      private boolean jj_3R_ClassOrInterfaceDeclaration_1083_5_280()
    • jj_3R_StatementExpression_1846_5_348

      private boolean jj_3R_StatementExpression_1846_5_348()
    • jj_3R_ClassOrInterfaceDeclaration_1081_3_197

      private boolean jj_3R_ClassOrInterfaceDeclaration_1081_3_197()
    • jj_3R_StatementExpression_1842_5_341

      private boolean jj_3R_StatementExpression_1842_5_341()
    • jj_3R_StatementExpression_1840_3_253

      private boolean jj_3R_StatementExpression_1840_3_253()
    • jj_3R_StatementExpression_1838_3_252

      private boolean jj_3R_StatementExpression_1838_3_252()
    • jj_3R_StatementExpression_1836_3_234

      private boolean jj_3R_StatementExpression_1836_3_234()
    • jj_3R_StatementExpression_1836_3_251

      private boolean jj_3R_StatementExpression_1836_3_251()
    • jj_3_42

      private boolean jj_3_42()
    • jj_3R_LocalVariableDeclaration_1819_3_195

      private boolean jj_3R_LocalVariableDeclaration_1819_3_195()
    • jj_3R_Modifiers_1049_4_71

      private boolean jj_3R_Modifiers_1049_4_71()
    • jj_3R_BlockStatement_1813_3_181

      private boolean jj_3R_BlockStatement_1813_3_181()
    • jj_3R_BlockStatement_1811_3_180

      private boolean jj_3R_BlockStatement_1811_3_180()
    • jj_3R_BlockStatement_1808_3_162

      private boolean jj_3R_BlockStatement_1808_3_162()
    • jj_3R_BlockStatement_1808_3_179

      private boolean jj_3R_BlockStatement_1808_3_179()
    • jj_3R_AssertStatement_1779_27_331

      private boolean jj_3R_AssertStatement_1779_27_331()
    • jj_3R_Block_1801_5_143

      private boolean jj_3R_Block_1801_5_143()
    • jj_3R_Block_1795_3_106

      private boolean jj_3R_Block_1795_3_106()
    • jj_3_8

      private boolean jj_3_8()
    • jj_3R_Modifiers_1024_2_94

      private boolean jj_3R_Modifiers_1024_2_94()
    • jj_3R_LabeledStatement_1785_3_93

      private boolean jj_3R_LabeledStatement_1785_3_93()
    • jj_3R_AssertStatement_1779_3_233

      private boolean jj_3R_AssertStatement_1779_3_233()
    • jj_3R_null_992_18_70

      private boolean jj_3R_null_992_18_70()
    • jj_3R_Statement_1773_3_224

      private boolean jj_3R_Statement_1773_3_224()
    • jj_3_7

      private boolean jj_3_7()
    • jj_3R_Statement_1771_3_223

      private boolean jj_3R_Statement_1771_3_223()
    • jj_3_39

      private boolean jj_3_39()
    • jj_3R_Statement_1769_3_222

      private boolean jj_3R_Statement_1769_3_222()
    • jj_3R_Statement_1767_3_221

      private boolean jj_3R_Statement_1767_3_221()
    • jj_3R_Statement_1765_3_220

      private boolean jj_3R_Statement_1765_3_220()
    • jj_3R_Statement_1763_3_219

      private boolean jj_3R_Statement_1763_3_219()
    • jj_3R_Statement_1761_3_218

      private boolean jj_3R_Statement_1761_3_218()
    • jj_3R_Statement_1759_3_217

      private boolean jj_3R_Statement_1759_3_217()
    • jj_3R_Statement_1757_3_216

      private boolean jj_3R_Statement_1757_3_216()
    • jj_3R_Statement_1755_3_215

      private boolean jj_3R_Statement_1755_3_215()
    • jj_3R_Statement_1753_3_214

      private boolean jj_3R_Statement_1753_3_214()
    • jj_3R_Statement_1751_3_213

      private boolean jj_3R_Statement_1751_3_213()
    • jj_3R_Statement_1747_3_212

      private boolean jj_3R_Statement_1747_3_212()
    • jj_3R_Statement_1745_3_211

      private boolean jj_3R_Statement_1745_3_211()
    • jj_3R_AllocationExpression_1713_34_189

      private boolean jj_3R_AllocationExpression_1713_34_189()
    • jj_3_41

      private boolean jj_3_41()
    • jj_3R_Statement_1742_3_196

      private boolean jj_3R_Statement_1742_3_196()
    • jj_3R_AllocationExpression_1717_21_204

      private boolean jj_3R_AllocationExpression_1717_21_204()
    • jj_3R_ArrayDimsAndInits_1731_5_229

      private boolean jj_3R_ArrayDimsAndInits_1731_5_229()
    • jj_3R_JavaIdentifier_967_1_74

      private boolean jj_3R_JavaIdentifier_967_1_74()
    • jj_3_38

      private boolean jj_3_38()
    • jj_3R_ArrayDimsAndInits_1731_3_203

      private boolean jj_3R_ArrayDimsAndInits_1731_3_203()
    • jj_3_40

      private boolean jj_3_40()
    • jj_3R_ArrayDimsAndInits_1728_3_188

      private boolean jj_3R_ArrayDimsAndInits_1728_3_188()
    • jj_3R_AllocationExpression_1717_7_191

      private boolean jj_3R_AllocationExpression_1717_7_191()
    • jj_3R_ArgumentList_1704_18_163

      private boolean jj_3R_ArgumentList_1704_18_163()
    • jj_3R_AllocationExpression_1715_7_190

      private boolean jj_3R_AllocationExpression_1715_7_190()
    • jj_3R_AllocationExpression_1713_3_125

      private boolean jj_3R_AllocationExpression_1713_3_125()
    • jj_3R_AllocationExpression_1710_3_91

      private boolean jj_3R_AllocationExpression_1710_3_91()
    • jj_3_37

      private boolean jj_3_37()
    • jj_3R_ArgumentList_1704_3_145

      private boolean jj_3R_ArgumentList_1704_3_145()
    • jj_3R_Arguments_1697_5_111

      private boolean jj_3R_Arguments_1697_5_111()
    • jj_3R_Arguments_1696_3_80

      private boolean jj_3R_Arguments_1696_3_80()
    • jj_3R_StringLiteral_1677_3_100

      private boolean jj_3R_StringLiteral_1677_3_100()
    • jj_3R_BooleanLiteral_1666_3_201

      private boolean jj_3R_BooleanLiteral_1666_3_201()
    • jj_3R_BooleanLiteral_1661_3_186

      private boolean jj_3R_BooleanLiteral_1661_3_186()
    • jj_3R_BooleanLiteral_1661_3_200

      private boolean jj_3R_BooleanLiteral_1661_3_200()
    • jj_3R_identifier_879_3_69

      private boolean jj_3R_identifier_879_3_69()
    • jj_3R_character_list_865_17_206

      private boolean jj_3R_character_list_865_17_206()
    • jj_3R_CastLookahead_1561_84_152

      private boolean jj_3R_CastLookahead_1561_84_152()
    • jj_3R_Literal_1640_3_172

      private boolean jj_3R_Literal_1640_3_172()
    • jj_3R_character_descriptor_871_3_231

      private boolean jj_3R_character_descriptor_871_3_231()
    • jj_3R_character_list_865_3_192

      private boolean jj_3R_character_list_865_3_192()
    • jj_3R_Literal_1632_3_156

      private boolean jj_3R_Literal_1632_3_156()
    • jj_3R_PrimarySuffix_1626_3_122

      private boolean jj_3R_PrimarySuffix_1626_3_122()
    • jj_3R_PrimarySuffix_1624_3_121

      private boolean jj_3R_PrimarySuffix_1624_3_121()
    • jj_3R_PrimarySuffix_1622_3_120

      private boolean jj_3R_PrimarySuffix_1622_3_120()
    • jj_3R_complex_regular_expression_choices_821_34_102

      private boolean jj_3R_complex_regular_expression_choices_821_34_102()
    • jj_3_36

      private boolean jj_3_36()
    • jj_3_35

      private boolean jj_3_35()
    • jj_3_33

      private boolean jj_3_33()
    • jj_3R_PrimarySuffix_1613_3_89

      private boolean jj_3R_PrimarySuffix_1613_3_89()
    • jj_3_34

      private boolean jj_3_34()
    • jj_3R_complex_regular_expression_unit_841_3_176

      private boolean jj_3R_complex_regular_expression_unit_841_3_176()
    • jj_3R_PrimaryPrefix_1607_3_136

      private boolean jj_3R_PrimaryPrefix_1607_3_136()
    • jj_3R_complex_regular_expression_unit_839_3_175

      private boolean jj_3R_complex_regular_expression_unit_839_3_175()
    • jj_3R_complex_regular_expression_unit_837_3_174

      private boolean jj_3R_complex_regular_expression_unit_837_3_174()
    • jj_3R_PrimaryPrefix_1604_3_135

      private boolean jj_3R_PrimaryPrefix_1604_3_135()
    • jj_3R_complex_regular_expression_unit_835_3_157

      private boolean jj_3R_complex_regular_expression_unit_835_3_157()
    • jj_3R_complex_regular_expression_unit_835_3_173

      private boolean jj_3R_complex_regular_expression_unit_835_3_173()
    • jj_3R_PrimaryPrefix_1602_3_134

      private boolean jj_3R_PrimaryPrefix_1602_3_134()
    • jj_3R_PrimaryPrefix_1600_3_133

      private boolean jj_3R_PrimaryPrefix_1600_3_133()
    • jj_3_32

      private boolean jj_3_32()
    • jj_3R_PrimaryPrefix_1598_3_132

      private boolean jj_3R_PrimaryPrefix_1598_3_132()
    • jj_3R_complex_regular_expression_827_5_137

      private boolean jj_3R_complex_regular_expression_827_5_137()
    • jj_3R_CastLookahead_1561_38_151

      private boolean jj_3R_CastLookahead_1561_38_151()
    • jj_3R_complex_regular_expression_827_3_101

      private boolean jj_3R_complex_regular_expression_827_3_101()
    • jj_3R_PrimaryPrefix_1594_3_131

      private boolean jj_3R_PrimaryPrefix_1594_3_131()
    • jj_3R_PrimaryPrefix_1594_3_99

      private boolean jj_3R_PrimaryPrefix_1594_3_99()
    • jj_3R_PostfixExpression_1567_25_347

      private boolean jj_3R_PostfixExpression_1567_25_347()
    • jj_3R_complex_regular_expression_choices_821_3_68

      private boolean jj_3R_complex_regular_expression_choices_821_3_68()
    • jj_3R_MemberSelector_1588_3_92

      private boolean jj_3R_MemberSelector_1588_3_92()
    • jj_3_31

      private boolean jj_3_31()
    • jj_3R_PrimaryExpression_1582_3_63

      private boolean jj_3R_PrimaryExpression_1582_3_63()
    • jj_3R_regular_expression_805_11_67

      private boolean jj_3R_regular_expression_805_11_67()
    • jj_3R_regular_expression_813_3_227

      private boolean jj_3R_regular_expression_813_3_227()
    • jj_3R_null_761_53_66

      private boolean jj_3R_null_761_53_66()
    • jj_3R_CastExpression_1576_3_330

      private boolean jj_3R_CastExpression_1576_3_330()
    • jj_3_6

      private boolean jj_3_6()
    • jj_3R_CastExpression_1573_3_329

      private boolean jj_3R_CastExpression_1573_3_329()
    • jj_3R_CastExpression_1573_3_327

      private boolean jj_3R_CastExpression_1573_3_327()
    • jj_3_5

      private boolean jj_3_5()
    • jj_3R_regular_expression_801_3_199

      private boolean jj_3R_regular_expression_801_3_199()
    • jj_3R_regular_expression_801_3_226

      private boolean jj_3R_regular_expression_801_3_226()
    • jj_3_30

      private boolean jj_3_30()
    • jj_3R_PostfixExpression_1567_3_328

      private boolean jj_3R_PostfixExpression_1567_3_328()
    • jj_3R_CastLookahead_1561_3_119

      private boolean jj_3R_CastLookahead_1561_3_119()
    • jj_3R_CastLookahead_1558_3_118

      private boolean jj_3R_CastLookahead_1558_3_118()
    • jj_3R_CastLookahead_1555_3_87

      private boolean jj_3R_CastLookahead_1555_3_87()
    • jj_3_29

      private boolean jj_3_29()
    • jj_3R_null_761_29_65

      private boolean jj_3R_null_761_29_65()
    • jj_3_28

      private boolean jj_3_28()
    • jj_3_27

      private boolean jj_3_27()
    • jj_3R_UnaryExpressionNotPlusMinus_1546_3_325

      private boolean jj_3R_UnaryExpressionNotPlusMinus_1546_3_325()
    • jj_3R_UnaryExpressionNotPlusMinus_1543_3_324

      private boolean jj_3R_UnaryExpressionNotPlusMinus_1543_3_324()
    • jj_3_3

      private boolean jj_3_3()
    • jj_3R_UnaryExpressionNotPlusMinus_1541_3_323

      private boolean jj_3R_UnaryExpressionNotPlusMinus_1541_3_323()
    • jj_3R_UnaryExpressionNotPlusMinus_1541_3_318

      private boolean jj_3R_UnaryExpressionNotPlusMinus_1541_3_318()
    • jj_3R_expansion_unit_774_3_171

      private boolean jj_3R_expansion_unit_774_3_171()
    • jj_3_4

      private boolean jj_3_4()
    • jj_3R_null_761_14_64

      private boolean jj_3R_null_761_14_64()
    • jj_3R_expansion_unit_770_5_185

      private boolean jj_3R_expansion_unit_770_5_185()
    • jj_3R_expansion_unit_768_5_184

      private boolean jj_3R_expansion_unit_768_5_184()
    • jj_3R_PreDecrementExpression_1535_3_259

      private boolean jj_3R_PreDecrementExpression_1535_3_259()
    • jj_3R_AdditiveExpression_1505_32_310

      private boolean jj_3R_AdditiveExpression_1505_32_310()
    • jj_3R_expansion_unit_764_5_183

      private boolean jj_3R_expansion_unit_764_5_183()
    • jj_3R_MultiplicativeExpression_1511_23_319

      private boolean jj_3R_MultiplicativeExpression_1511_23_319()
    • jj_3_26

      private boolean jj_3_26()
    • jj_la1_init_0

      private static void jj_la1_init_0()
    • jj_la1_init_1

      private static void jj_la1_init_1()
    • jj_la1_init_2

      private static void jj_la1_init_2()
    • jj_la1_init_3

      private static void jj_la1_init_3()
    • jj_la1_init_4

      private static void jj_la1_init_4()
    • ReInit

      public void ReInit(InputStream stream)
      Reinitialise.
    • ReInit

      public void ReInit(InputStream stream, String encoding)
      Reinitialise.
    • ReInit

      public void ReInit(Reader stream)
      Reinitialise.
    • ReInit

      public void ReInit(JJTreeParserTokenManager 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.
    • jj_ntk_f

      private int jj_ntk_f()
    • jj_add_error_token

      private void jj_add_error_token(int kind, int pos)
    • 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.
    • jj_rescan_token

      private void jj_rescan_token()
    • jj_save

      private void jj_save(int index, int xla)