Class JavaCCParser

All Implemented Interfaces:
JavaCCParserConstants

public class JavaCCParser extends JavaCCParserInternals implements JavaCCParserConstants
  • Field Details

    • parser_class_name

      String parser_class_name
      The name of the parser class.
    • processing_cu

      boolean processing_cu
      This flag is set to true when the part between PARSER_BEGIN and PARSER_END is being parsed.
    • class_nesting

      int class_nesting
      The level of class nesting.
    • inLocalLA

      int inLocalLA
      This int variable is incremented while parsing local lookaheads. Hence it keeps track of *syntactic* lookahead nesting. This is used to provide warnings when actions and nested lookaheads are used in syntactic lookahead productions. This is to prevent typos such as leaving out the comma in LOOKAHEAD( foo(), {check()} ).
    • inAction

      boolean inAction
      Set to true when the parser is within an action.
    • jumpPatched

      boolean jumpPatched
      This flag keeps track of whether or not return and throw statements have been patched during the parsing of a production. The value of this flag is assigned the field with the same name in BNFProduction.java.
    • token_source

      public JavaCCParserTokenManager 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 JavaCCParser.JJCalls[] jj_2_rtns
    • jj_rescan

      private boolean jj_rescan
    • jj_gc

      private int jj_gc
    • jj_ls

      private static final JavaCCParser.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

    • JavaCCParser

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

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

      public JavaCCParser(Reader stream)
      Constructor.
    • JavaCCParser

      public JavaCCParser(JavaCCParserTokenManager tm)
      Constructor with generated Token Manager.
  • Method Details

    • notTailOfExpansionUnit

      private boolean notTailOfExpansionUnit()
    • isAllowed

      private boolean isAllowed(Token t)
    • eatUptoCloseBrace

      private void eatUptoCloseBrace(List tokens)
    • eatUptoRParen

      private void eatUptoRParen(List tokens)
    • javacc_input

      public final void javacc_input(Context 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
    • StringList

      public final List<String> StringList() throws ParseException
      Throws:
      ParseException
    • production

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

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

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

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

      public final void AccessModifier(NormalProduction p) 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(TokenProduction p) throws ParseException
      Throws:
      ParseException
    • regexpr_spec

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

      public final void expansion_choices(Container<Expansion> c1) throws ParseException
      Throws:
      ParseException
    • expansion

      public final void expansion(Container c1) throws ParseException
      Throws:
      ParseException
    • local_lookahead

      public final Lookahead local_lookahead() throws ParseException
      Throws:
      ParseException
    • expansion_unit

      public final void expansion_unit(Container c) throws ParseException
      Throws:
      ParseException
    • regular_expression

      public final void regular_expression(Container<RegularExpression> c) throws ParseException
      Throws:
      ParseException
    • complex_regular_expression_choices

      public final void complex_regular_expression_choices(Container<RegularExpression> c1) throws ParseException
      Throws:
      ParseException
    • complex_regular_expression

      public final void complex_regular_expression(Container<RegularExpression> c1) throws ParseException
      Throws:
      ParseException
    • complex_regular_expression_unit

      public final void complex_regular_expression_unit(Container<RegularExpression> c) throws ParseException
      Throws:
      ParseException
    • character_list

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

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

      public final String identifier() throws ParseException
      Throws:
      ParseException
    • JavaIdentifier

      public final Token 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 int Modifiers() throws ParseException
      Throws:
      ParseException
    • TypeDeclaration

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

      public final void ClassOrInterfaceDeclaration(int modifiers, List tokens) throws ParseException
      Throws:
      ParseException
    • ExtendsList

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

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

      public final void EnumDeclaration(int modifiers) 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(boolean isInterface, List tokens) throws ParseException
      Throws:
      ParseException
    • ClassOrInterfaceBodyDeclaration

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

      public final void FieldDeclaration(int modifiers) 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(int modifiers) throws ParseException
      Throws:
      ParseException
    • MethodDeclarator

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

      public final void FormalParameters(List tokens) 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
    • TemplateBase

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

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

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

      public final void TypeArguments(List tokens) 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(List tokens) throws ParseException
      Throws:
      ParseException
    • Name

      public final void Name(List tokens) throws ParseException
      Throws:
      ParseException
    • NameList

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

      public final void Expression(List tokens) 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 int IntegerLiteral() throws ParseException
      Throws:
      ParseException
    • BooleanLiteral

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

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

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

      public final void Arguments(List tokens) 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(List tokens) 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
    • ResourceDeclaration

      public final void ResourceDeclaration() throws ParseException
      Throws:
      ParseException
    • CatchParameter

      public final void CatchParameter() 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(int modifiers) 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_2_49

      private boolean jj_2_49(int xla)
    • jj_3R_character_list_1524_9_211

      private boolean jj_3R_character_list_1524_9_211()
    • jj_3R_EqualityExpression_2268_28_268

      private boolean jj_3R_EqualityExpression_2268_28_268()
    • jj_3R_AdditiveExpression_2292_3_274

      private boolean jj_3R_AdditiveExpression_2292_3_274()
    • jj_3R_character_list_1519_4_210

      private boolean jj_3R_character_list_1519_4_210()
    • jj_3R_character_list_1519_3_197

      private boolean jj_3R_character_list_1519_3_197()
    • jj_3R_ShiftExpression_2286_3_267

      private boolean jj_3R_ShiftExpression_2286_3_267()
    • jj_3R_AndExpression_2262_26_265

      private boolean jj_3R_AndExpression_2262_26_265()
    • jj_3R_RelationalExpression_2280_3_264

      private boolean jj_3R_RelationalExpression_2280_3_264()
    • jj_3R_InclusiveOrExpression_2250_29_253

      private boolean jj_3R_InclusiveOrExpression_2250_29_253()
    • jj_3R_InstanceOfExpression_2274_3_259

      private boolean jj_3R_InstanceOfExpression_2274_3_259()
    • jj_3R_ExclusiveOrExpression_2256_21_260

      private boolean jj_3R_ExclusiveOrExpression_2256_21_260()
    • jj_3R_ConditionalAndExpression_2244_29_232

      private boolean jj_3R_ConditionalAndExpression_2244_29_232()
    • jj_3R_EqualityExpression_2268_3_252

      private boolean jj_3R_EqualityExpression_2268_3_252()
    • jj_3R_ConditionalOrExpression_2238_32_206

      private boolean jj_3R_ConditionalOrExpression_2238_32_206()
    • jj_3R_AndExpression_2262_3_231

      private boolean jj_3R_AndExpression_2262_3_231()
    • jj_3R_ConditionalExpression_2232_31_191

      private boolean jj_3R_ConditionalExpression_2232_31_191()
    • jj_3R_ExclusiveOrExpression_2256_3_203

      private boolean jj_3R_ExclusiveOrExpression_2256_3_203()
    • jj_3R_InclusiveOrExpression_2250_3_189

      private boolean jj_3R_InclusiveOrExpression_2250_3_189()
    • jj_3R_complex_regular_expression_unit_1477_3_183

      private boolean jj_3R_complex_regular_expression_unit_1477_3_183()
    • jj_3R_ConditionalAndExpression_2244_3_178

      private boolean jj_3R_ConditionalAndExpression_2244_3_178()
    • jj_3R_complex_regular_expression_unit_1475_3_182

      private boolean jj_3R_complex_regular_expression_unit_1475_3_182()
    • jj_3R_ConditionalOrExpression_2238_3_161

      private boolean jj_3R_ConditionalOrExpression_2238_3_161()
    • jj_3R_complex_regular_expression_unit_1470_3_181

      private boolean jj_3R_complex_regular_expression_unit_1470_3_181()
    • jj_3R_complex_regular_expression_unit_1465_3_168

      private boolean jj_3R_complex_regular_expression_unit_1465_3_168()
    • jj_3R_complex_regular_expression_unit_1465_3_180

      private boolean jj_3R_complex_regular_expression_unit_1465_3_180()
    • jj_3R_ConditionalExpression_2232_3_129

      private boolean jj_3R_ConditionalExpression_2232_3_129()
    • jj_3R_AssignmentOperator_2226_3_96

      private boolean jj_3R_AssignmentOperator_2226_3_96()
    • jj_3_24

      private boolean jj_3_24()
    • jj_3_49

      private boolean jj_3_49()
    • jj_3R_Expression_2206_3_97

      private boolean jj_3R_Expression_2206_3_97()
    • jj_3R_complex_regular_expression_1434_5_149

      private boolean jj_3R_complex_regular_expression_1434_5_149()
    • jj_3R_complex_regular_expression_1434_3_115

      private boolean jj_3R_complex_regular_expression_1434_3_115()
    • jj_3R_NameList_2182_16_318

      private boolean jj_3R_NameList_2182_16_318()
    • jj_3_48

      private boolean jj_3_48()
    • jj_3R_NameList_2182_3_304

      private boolean jj_3R_NameList_2182_3_304()
    • jj_3R_complex_regular_expression_choices_1406_5_116

      private boolean jj_3R_complex_regular_expression_choices_1406_5_116()
    • jj_3R_complex_regular_expression_choices_1405_3_71

      private boolean jj_3R_complex_regular_expression_choices_1405_3_71()
    • jj_3R_MemberValueArrayInitializer_2938_3_165

      private boolean jj_3R_MemberValueArrayInitializer_2938_3_165()
    • jj_3R_MemberValuePairs_2916_24_213

      private boolean jj_3R_MemberValuePairs_2916_24_213()
    • jj_3_23

      private boolean jj_3_23()
    • jj_3R_MemberValue_2932_4_142

      private boolean jj_3R_MemberValue_2932_4_142()
    • jj_3R_Name_2164_3_109

      private boolean jj_3R_Name_2164_3_109()
    • jj_3R_MemberValue_2930_4_141

      private boolean jj_3R_MemberValue_2930_4_141()
    • jj_3R_MemberValue_2928_4_140

      private boolean jj_3R_MemberValue_2928_4_140()
    • jj_3R_MemberValue_2928_4_111

      private boolean jj_3R_MemberValue_2928_4_111()
    • jj_3R_MemberValuePair_2922_5_212

      private boolean jj_3R_MemberValuePair_2922_5_212()
    • jj_3R_NormalAnnotation_2898_25_184

      private boolean jj_3R_NormalAnnotation_2898_25_184()
    • jj_3R_null_2886_36_110

      private boolean jj_3R_null_2886_36_110()
    • jj_3R_MemberValuePairs_2916_4_198

      private boolean jj_3R_MemberValuePairs_2916_4_198()
    • jj_3_6

      private boolean jj_3_6()
    • jj_3R_ResultType_2135_12_164

      private boolean jj_3R_ResultType_2135_12_164()
    • jj_3R_SingleMemberAnnotation_2910_3_170

      private boolean jj_3R_SingleMemberAnnotation_2910_3_170()
    • jj_3R_MarkerAnnotation_2904_3_171

      private boolean jj_3R_MarkerAnnotation_2904_3_171()
    • jj_3R_ResultType_2135_3_138

      private boolean jj_3R_ResultType_2135_3_138()
    • jj_3_47

      private boolean jj_3_47()
    • jj_3R_ResultType_2133_3_137

      private boolean jj_3R_ResultType_2133_3_137()
    • jj_3R_NormalAnnotation_2898_4_169

      private boolean jj_3R_NormalAnnotation_2898_4_169()
    • jj_3_46

      private boolean jj_3_46()
    • jj_3R_ResultType_2132_1_103

      private boolean jj_3R_ResultType_2132_1_103()
    • jj_3R_regular_expression_1358_7_114

      private boolean jj_3R_regular_expression_1358_7_114()
    • jj_3R_regular_expression_1358_5_70

      private boolean jj_3R_regular_expression_1358_5_70()
    • jj_3R_Annotation_2892_4_152

      private boolean jj_3R_Annotation_2892_4_152()
    • jj_3R_Annotation_2889_4_151

      private boolean jj_3R_Annotation_2889_4_151()
    • jj_3R_RSIGNEDSHIFT_2875_15_130

      private boolean jj_3R_RSIGNEDSHIFT_2875_15_130()
    • jj_3R_Annotation_2886_4_117

      private boolean jj_3R_Annotation_2886_4_117()
    • jj_3R_Annotation_2886_4_150

      private boolean jj_3R_Annotation_2886_4_150()
    • jj_3_5

      private boolean jj_3_5()
    • jj_3R_RUNSIGNEDSHIFT_2866_15_131

      private boolean jj_3R_RUNSIGNEDSHIFT_2866_15_131()
    • jj_3R_RSIGNEDSHIFT_2875_3_98

      private boolean jj_3R_RSIGNEDSHIFT_2875_3_98()
    • jj_3R_PrimitiveType_2107_3_101

      private boolean jj_3R_PrimitiveType_2107_3_101()
    • jj_3R_null_1310_28_66

      private boolean jj_3R_null_1310_28_66()
    • jj_3_22

      private boolean jj_3_22()
    • jj_3R_WildcardBounds_2100_4_236

      private boolean jj_3R_WildcardBounds_2100_4_236()
    • jj_3R_TypeArgument_2092_10_196

      private boolean jj_3R_TypeArgument_2092_10_196()
    • jj_3R_WildcardBounds_2098_4_209

      private boolean jj_3R_WildcardBounds_2098_4_209()
    • jj_3R_WildcardBounds_2098_4_235

      private boolean jj_3R_WildcardBounds_2098_4_235()
    • jj_3R_RUNSIGNEDSHIFT_2866_3_99

      private boolean jj_3R_RUNSIGNEDSHIFT_2866_3_99()
    • jj_3R_TypeArgument_2092_4_177

      private boolean jj_3R_TypeArgument_2092_4_177()
    • jj_3R_TypeArgument_2090_4_160

      private boolean jj_3R_TypeArgument_2090_4_160()
    • jj_3R_TypeArguments_2071_23_167

      private boolean jj_3R_TypeArguments_2071_23_167()
    • jj_3R_TypeArgument_2090_4_176

      private boolean jj_3R_TypeArgument_2090_4_176()
    • jj_3_45

      private boolean jj_3_45()
    • jj_3R_TryStatement_2847_10_342

      private boolean jj_3R_TryStatement_2847_10_342()
    • jj_3_3

      private boolean jj_3_3()
    • jj_3R_TryStatement_2851_5_344

      private boolean jj_3R_TryStatement_2851_5_344()
    • jj_3R_TryStatement_2850_5_343

      private boolean jj_3R_TryStatement_2850_5_343()
    • jj_3R_TryStatement_2847_3_251

      private boolean jj_3R_TryStatement_2847_3_251()
    • jj_3_20

      private boolean jj_3_20()
    • jj_3_19

      private boolean jj_3_19()
    • jj_3R_TypeArguments_2071_6_128

      private boolean jj_3R_TypeArguments_2071_6_128()
    • jj_3R_CatchParameter_2839_4_359

      private boolean jj_3R_CatchParameter_2839_4_359()
    • jj_3R_TypeArguments_2070_4_95

      private boolean jj_3R_TypeArguments_2070_4_95()
    • jj_3R_CatchParameter_2835_5_363

      private boolean jj_3R_CatchParameter_2835_5_363()
    • jj_3R_CatchParameter_2835_5_358

      private boolean jj_3R_CatchParameter_2835_5_358()
    • jj_3_2

      private boolean jj_3_2()
    • jj_3R_Template_2037_34_215

      private boolean jj_3R_Template_2037_34_215()
    • jj_3R_CatchParameter_2834_3_351

      private boolean jj_3R_CatchParameter_2834_3_351()
    • jj_3R_ResourceDeclaration_2828_3_108

      private boolean jj_3R_ResourceDeclaration_2828_3_108()
    • jj_3_21

      private boolean jj_3_21()
    • jj_3R_null_1288_5_69

      private boolean jj_3R_null_1288_5_69()
    • jj_3R_ClassOrInterfaceType_2055_3_159

      private boolean jj_3R_ClassOrInterfaceType_2055_3_159()
    • jj_3R_SynchronizedStatement_2822_3_250

      private boolean jj_3R_SynchronizedStatement_2822_3_250()
    • jj_3R_null_1284_5_68

      private boolean jj_3R_null_1284_5_68()
    • jj_3_4

      private boolean jj_3_4()
    • jj_3R_null_1282_5_67

      private boolean jj_3R_null_1282_5_67()
    • jj_3_18

      private boolean jj_3_18()
    • jj_3R_TemplatePack_2049_2_238

      private boolean jj_3R_TemplatePack_2049_2_238()
    • jj_3R_TemplateBase_2043_2_214

      private boolean jj_3R_TemplateBase_2043_2_214()
    • jj_3R_ReferenceType_2031_8_158

      private boolean jj_3R_ReferenceType_2031_8_158()
    • jj_3R_Template_2037_2_175

      private boolean jj_3R_Template_2037_2_175()
    • jj_3R_ThrowStatement_2800_3_249

      private boolean jj_3R_ThrowStatement_2800_3_249()
    • jj_3R_ConstructorDeclaration_1990_45_289

      private boolean jj_3R_ConstructorDeclaration_1990_45_289()
    • jj_3R_ReferenceType_2031_4_127

      private boolean jj_3R_ReferenceType_2031_4_127()
    • jj_3R_ReferenceType_2029_4_126

      private boolean jj_3R_ReferenceType_2029_4_126()
    • jj_3R_ReferenceType_2029_4_94

      private boolean jj_3R_ReferenceType_2029_4_94()
    • jj_3R_Type_2022_6_119

      private boolean jj_3R_Type_2022_6_119()
    • jj_3_17

      private boolean jj_3_17()
    • jj_3R_Type_2020_4_88

      private boolean jj_3R_Type_2020_4_88()
    • jj_3R_ReturnStatement_2784_5_341

      private boolean jj_3R_ReturnStatement_2784_5_341()
    • jj_3R_ContinueStatement_2764_16_340

      private boolean jj_3R_ContinueStatement_2764_16_340()
    • jj_3_16

      private boolean jj_3_16()
    • jj_3R_ForStatement_2728_51_350

      private boolean jj_3R_ForStatement_2728_51_350()
    • jj_3R_Initializer_2009_3_90

      private boolean jj_3R_Initializer_2009_3_90()
    • jj_3_14

      private boolean jj_3_14()
    • jj_3_15

      private boolean jj_3_15()
    • jj_3R_ReturnStatement_2772_3_248

      private boolean jj_3R_ReturnStatement_2772_3_248()
    • jj_3R_StatementExpressionList_2746_27_364

      private boolean jj_3R_StatementExpressionList_2746_27_364()
    • jj_3R_ExplicitConstructorInvocation_2003_3_124

      private boolean jj_3R_ExplicitConstructorInvocation_2003_3_124()
    • jj_3R_BreakStatement_2758_13_339

      private boolean jj_3R_BreakStatement_2758_13_339()
    • jj_3R_ExplicitConstructorInvocation_2000_3_123

      private boolean jj_3R_ExplicitConstructorInvocation_2000_3_123()
    • jj_3R_ExplicitConstructorInvocation_2000_3_92

      private boolean jj_3R_ExplicitConstructorInvocation_2000_3_92()
    • jj_3R_ConstructorDeclaration_1993_7_291

      private boolean jj_3R_ConstructorDeclaration_1993_7_291()
    • jj_3R_ContinueStatement_2764_3_247

      private boolean jj_3R_ContinueStatement_2764_3_247()
    • jj_3R_ConstructorDeclaration_1992_7_290

      private boolean jj_3R_ConstructorDeclaration_1992_7_290()
    • jj_3R_BreakStatement_2758_3_246

      private boolean jj_3R_BreakStatement_2758_3_246()
    • jj_3R_ConstructorDeclaration_1988_5_287

      private boolean jj_3R_ConstructorDeclaration_1988_5_287()
    • jj_3R_ConstructorDeclaration_1988_3_277

      private boolean jj_3R_ConstructorDeclaration_1988_3_277()
    • jj_3R_ForUpdate_2752_3_357

      private boolean jj_3R_ForUpdate_2752_3_357()
    • jj_3R_ForStatement_2728_26_349

      private boolean jj_3R_ForStatement_2728_26_349()
    • jj_3R_MethodDeclarator_1940_45_307

      private boolean jj_3R_MethodDeclarator_1940_45_307()
    • jj_3R_IfStatement_2704_47_336

      private boolean jj_3R_IfStatement_2704_47_336()
    • jj_3R_FormalParameter_1979_5_329

      private boolean jj_3R_FormalParameter_1979_5_329()
    • jj_3R_FormalParameter_1979_5_324

      private boolean jj_3R_FormalParameter_1979_5_324()
    • jj_3_44

      private boolean jj_3_44()
    • jj_3R_FormalParameters_1958_25_317

      private boolean jj_3R_FormalParameters_1958_25_317()
    • jj_3R_StatementExpressionList_2746_3_362

      private boolean jj_3R_StatementExpressionList_2746_3_362()
    • jj_3R_FormalParameter_1978_3_316

      private boolean jj_3R_FormalParameter_1978_3_316()
    • jj_3R_ForInit_2740_3_361

      private boolean jj_3R_ForInit_2740_3_361()
    • jj_3_43

      private boolean jj_3_43()
    • jj_3R_ForInit_2737_3_360

      private boolean jj_3R_ForInit_2737_3_360()
    • jj_3R_ForInit_2737_3_356

      private boolean jj_3R_ForInit_2737_3_356()
    • jj_3R_ForStatement_2728_8_348

      private boolean jj_3R_ForStatement_2728_8_348()
    • jj_3R_ForStatement_2728_6_338

      private boolean jj_3R_ForStatement_2728_6_338()
    • jj_3R_ForStatement_2725_7_337

      private boolean jj_3R_ForStatement_2725_7_337()
    • jj_3R_FormalParameters_1958_5_303

      private boolean jj_3R_FormalParameters_1958_5_303()
    • jj_3R_ForStatement_2722_3_245

      private boolean jj_3R_ForStatement_2722_3_245()
    • jj_3R_MethodDeclaration_1933_24_296

      private boolean jj_3R_MethodDeclaration_1933_24_296()
    • jj_3R_FormalParameters_1954_3_288

      private boolean jj_3R_FormalParameters_1954_3_288()
    • jj_3_13

      private boolean jj_3_13()
    • jj_3R_DoStatement_2716_3_244

      private boolean jj_3R_DoStatement_2716_3_244()
    • jj_3R_WhileStatement_2710_3_243

      private boolean jj_3R_WhileStatement_2710_3_243()
    • jj_3R_MethodDeclarator_1940_3_295

      private boolean jj_3R_MethodDeclarator_1940_3_295()
    • jj_3R_SwitchStatement_2684_23_347

      private boolean jj_3R_SwitchStatement_2684_23_347()
    • jj_3R_IfStatement_2704_3_242

      private boolean jj_3R_IfStatement_2704_3_242()
    • jj_3R_MethodDeclaration_1934_5_297

      private boolean jj_3R_MethodDeclaration_1934_5_297()
    • jj_3R_MethodDeclaration_1931_5_294

      private boolean jj_3R_MethodDeclaration_1931_5_294()
    • jj_3R_MethodDeclaration_1931_3_279

      private boolean jj_3R_MethodDeclaration_1931_3_279()
    • jj_3R_ArrayInitializer_1924_9_254

      private boolean jj_3R_ArrayInitializer_1924_9_254()
    • jj_3R_VariableDeclaratorId_1910_22_319

      private boolean jj_3R_VariableDeclaratorId_1910_22_319()
    • jj_3R_VariableDeclarator_1904_28_306

      private boolean jj_3R_VariableDeclarator_1904_28_306()
    • jj_3R_FieldDeclaration_1898_33_293

      private boolean jj_3R_FieldDeclaration_1898_33_293()
    • jj_3R_SwitchLabel_2693_3_355

      private boolean jj_3R_SwitchLabel_2693_3_355()
    • jj_3R_null_1885_44_89

      private boolean jj_3R_null_1885_44_89()
    • jj_3R_SwitchLabel_2691_3_354

      private boolean jj_3R_SwitchLabel_2691_3_354()
    • jj_3R_SwitchLabel_2691_3_346

      private boolean jj_3R_SwitchLabel_2691_3_346()
    • jj_3R_LocalVariableDeclaration_2649_45_328

      private boolean jj_3R_LocalVariableDeclaration_2649_45_328()
    • jj_3R_ArrayInitializer_1924_3_156

      private boolean jj_3R_ArrayInitializer_1924_3_156()
    • jj_3R_SwitchStatement_2684_7_335

      private boolean jj_3R_SwitchStatement_2684_7_335()
    • jj_3R_VariableInitializer_1918_3_122

      private boolean jj_3R_VariableInitializer_1918_3_122()
    • jj_3R_VariableInitializer_1916_3_121

      private boolean jj_3R_VariableInitializer_1916_3_121()
    • jj_3R_VariableInitializer_1916_3_91

      private boolean jj_3R_VariableInitializer_1916_3_91()
    • jj_3R_SwitchStatement_2683_3_241

      private boolean jj_3R_SwitchStatement_2683_3_241()
    • jj_3R_StatementExpression_2676_5_353

      private boolean jj_3R_StatementExpression_2676_5_353()
    • jj_3R_VariableDeclaratorId_1910_3_305

      private boolean jj_3R_VariableDeclaratorId_1910_3_305()
    • jj_3R_StatementExpression_2672_5_345

      private boolean jj_3R_StatementExpression_2672_5_345()
    • jj_3R_VariableDeclarator_1904_3_292

      private boolean jj_3R_VariableDeclarator_1904_3_292()
    • jj_3R_StatementExpression_2670_3_258

      private boolean jj_3R_StatementExpression_2670_3_258()
    • jj_3R_StatementExpression_2668_3_257

      private boolean jj_3R_StatementExpression_2668_3_257()
    • jj_3_11

      private boolean jj_3_11()
    • jj_3R_null_1882_20_86

      private boolean jj_3R_null_1882_20_86()
    • jj_3R_StatementExpression_2666_3_240

      private boolean jj_3R_StatementExpression_2666_3_240()
    • jj_3R_StatementExpression_2666_3_256

      private boolean jj_3R_StatementExpression_2666_3_256()
    • jj_3R_FieldDeclaration_1898_3_278

      private boolean jj_3R_FieldDeclaration_1898_3_278()
    • jj_3_10

      private boolean jj_3_10()
    • jj_3R_ClassOrInterfaceBodyDeclaration_1888_7_273

      private boolean jj_3R_ClassOrInterfaceBodyDeclaration_1888_7_273()
    • jj_3R_ClassOrInterfaceBodyDeclaration_1885_7_272

      private boolean jj_3R_ClassOrInterfaceBodyDeclaration_1885_7_272()
    • jj_3R_ClassOrInterfaceBodyDeclaration_1882_7_271

      private boolean jj_3R_ClassOrInterfaceBodyDeclaration_1882_7_271()
    • jj_3R_ClassOrInterfaceBodyDeclaration_1880_7_270

      private boolean jj_3R_ClassOrInterfaceBodyDeclaration_1880_7_270()
    • jj_3R_ClassOrInterfaceBodyDeclaration_1878_7_269

      private boolean jj_3R_ClassOrInterfaceBodyDeclaration_1878_7_269()
    • jj_3_42

      private boolean jj_3_42()
    • jj_3R_LocalVariableDeclaration_2649_3_200

      private boolean jj_3R_LocalVariableDeclaration_2649_3_200()
    • jj_3R_BlockStatement_2643_3_188

      private boolean jj_3R_BlockStatement_2643_3_188()
    • jj_3R_ClassOrInterfaceBodyDeclaration_1875_3_266

      private boolean jj_3R_ClassOrInterfaceBodyDeclaration_1875_3_266()
    • jj_3R_BlockStatement_2641_3_187

      private boolean jj_3R_BlockStatement_2641_3_187()
    • jj_3R_BlockStatement_2638_3_173

      private boolean jj_3R_BlockStatement_2638_3_173()
    • jj_3R_BlockStatement_2638_3_186

      private boolean jj_3R_BlockStatement_2638_3_186()
    • jj_3_12

      private boolean jj_3_12()
    • jj_3R_ClassOrInterfaceBodyDeclaration_1868_3_261

      private boolean jj_3R_ClassOrInterfaceBodyDeclaration_1868_3_261()
    • jj_3R_TypeBound_1828_39_199

      private boolean jj_3R_TypeBound_1828_39_199()
    • jj_3R_EnumConstant_1810_54_323

      private boolean jj_3R_EnumConstant_1810_54_323()
    • jj_3R_Block_2618_5_155

      private boolean jj_3R_Block_2618_5_155()
    • jj_3R_AssertStatement_2591_31_334

      private boolean jj_3R_AssertStatement_2591_31_334()
    • jj_3R_ClassOrInterfaceBody_1846_5_255

      private boolean jj_3R_ClassOrInterfaceBody_1846_5_255()
    • jj_3R_Block_2611_3_120

      private boolean jj_3R_Block_2611_3_120()
    • jj_3R_TypeParameter_1822_23_172

      private boolean jj_3R_TypeParameter_1822_23_172()
    • jj_3R_ClassOrInterfaceBody_1842_3_234

      private boolean jj_3R_ClassOrInterfaceBody_1842_3_234()
    • jj_3R_EnumConstant_1810_34_322

      private boolean jj_3R_EnumConstant_1810_34_322()
    • jj_3R_TypeParameters_1816_26_154

      private boolean jj_3R_TypeParameters_1816_26_154()
    • jj_3R_LabeledStatement_2597_3_106

      private boolean jj_3R_LabeledStatement_2597_3_106()
    • jj_3R_TypeBound_1828_4_185

      private boolean jj_3R_TypeBound_1828_4_185()
    • jj_3R_AssertStatement_2591_3_239

      private boolean jj_3R_AssertStatement_2591_3_239()
    • jj_3R_TypeParameter_1822_4_153

      private boolean jj_3R_TypeParameter_1822_4_153()
    • jj_3_9

      private boolean jj_3_9()
    • jj_3_39

      private boolean jj_3_39()
    • jj_3R_Statement_2585_3_229

      private boolean jj_3R_Statement_2585_3_229()
    • jj_3R_TypeParameters_1816_4_118

      private boolean jj_3R_TypeParameters_1816_4_118()
    • jj_3R_Statement_2583_3_228

      private boolean jj_3R_Statement_2583_3_228()
    • jj_3R_Statement_2581_3_227

      private boolean jj_3R_Statement_2581_3_227()
    • jj_3R_EnumBody_1803_12_315

      private boolean jj_3R_EnumBody_1803_12_315()
    • jj_3R_Statement_2579_3_226

      private boolean jj_3R_Statement_2579_3_226()
    • jj_3R_EnumConstant_1810_3_85

      private boolean jj_3R_EnumConstant_1810_3_85()
    • jj_3R_Statement_2577_3_225

      private boolean jj_3R_Statement_2577_3_225()
    • jj_3R_Statement_2575_3_224

      private boolean jj_3R_Statement_2575_3_224()
    • jj_3R_EnumBody_1803_6_302

      private boolean jj_3R_EnumBody_1803_6_302()
    • jj_3R_Statement_2573_3_223

      private boolean jj_3R_Statement_2573_3_223()
    • jj_3R_EnumBody_1801_6_301

      private boolean jj_3R_EnumBody_1801_6_301()
    • jj_3R_Statement_2571_3_222

      private boolean jj_3R_Statement_2571_3_222()
    • jj_3R_Statement_2569_3_221

      private boolean jj_3R_Statement_2569_3_221()
    • jj_3R_EnumBody_1800_4_286

      private boolean jj_3R_EnumBody_1800_4_286()
    • jj_3R_Statement_2567_3_220

      private boolean jj_3R_Statement_2567_3_220()
    • jj_3R_Statement_2565_3_219

      private boolean jj_3R_Statement_2565_3_219()
    • jj_3R_Statement_2563_3_218

      private boolean jj_3R_Statement_2563_3_218()
    • jj_3R_EnumDeclaration_1793_5_285

      private boolean jj_3R_EnumDeclaration_1793_5_285()
    • jj_3R_EnumDeclaration_1792_3_276

      private boolean jj_3R_EnumDeclaration_1792_3_276()
    • jj_3R_Statement_2559_3_217

      private boolean jj_3R_Statement_2559_3_217()
    • jj_3R_Statement_2557_3_216

      private boolean jj_3R_Statement_2557_3_216()
    • jj_3R_AllocationExpression_2525_34_193

      private boolean jj_3R_AllocationExpression_2525_34_193()
    • jj_3_41

      private boolean jj_3_41()
    • jj_3R_Statement_2554_3_201

      private boolean jj_3R_Statement_2554_3_201()
    • jj_3R_ImplementsList_1782_6_314

      private boolean jj_3R_ImplementsList_1782_6_314()
    • jj_3R_AllocationExpression_2529_25_208

      private boolean jj_3R_AllocationExpression_2529_25_208()
    • jj_3R_ImplementsList_1781_4_300

      private boolean jj_3R_ImplementsList_1781_4_300()
    • jj_3R_ArrayDimsAndInits_2543_5_233

      private boolean jj_3R_ArrayDimsAndInits_2543_5_233()
    • jj_3_38

      private boolean jj_3_38()
    • jj_3R_ArrayDimsAndInits_2543_3_207

      private boolean jj_3R_ArrayDimsAndInits_2543_3_207()
    • jj_3R_ExtendsList_1771_6_313

      private boolean jj_3R_ExtendsList_1771_6_313()
    • jj_3_40

      private boolean jj_3_40()
    • jj_3R_ArrayDimsAndInits_2540_3_192

      private boolean jj_3R_ArrayDimsAndInits_2540_3_192()
    • jj_3R_ExtendsList_1770_4_299

      private boolean jj_3R_ExtendsList_1770_4_299()
    • jj_3R_ArgumentList_2516_22_174

      private boolean jj_3R_ArgumentList_2516_22_174()
    • jj_3R_AllocationExpression_2529_7_195

      private boolean jj_3R_AllocationExpression_2529_7_195()
    • jj_3R_AllocationExpression_2527_7_194

      private boolean jj_3R_AllocationExpression_2527_7_194()
    • jj_3R_AllocationExpression_2525_3_139

      private boolean jj_3R_AllocationExpression_2525_3_139()
    • jj_3R_ClassOrInterfaceDeclaration_1745_15_230

      private boolean jj_3R_ClassOrInterfaceDeclaration_1745_15_230()
    • jj_3R_AllocationExpression_2522_3_104

      private boolean jj_3R_AllocationExpression_2522_3_104()
    • jj_3_37

      private boolean jj_3_37()
    • jj_3R_ClassOrInterfaceDeclaration_1749_5_284

      private boolean jj_3R_ClassOrInterfaceDeclaration_1749_5_284()
    • jj_3R_ClassOrInterfaceDeclaration_1748_5_283

      private boolean jj_3R_ClassOrInterfaceDeclaration_1748_5_283()
    • jj_3R_ClassOrInterfaceDeclaration_1747_5_282

      private boolean jj_3R_ClassOrInterfaceDeclaration_1747_5_282()
    • jj_3R_ArgumentList_2516_3_157

      private boolean jj_3R_ArgumentList_2516_3_157()
    • jj_3R_ClassOrInterfaceDeclaration_1745_3_202

      private boolean jj_3R_ClassOrInterfaceDeclaration_1745_3_202()
    • jj_3R_Arguments_2496_5_125

      private boolean jj_3R_Arguments_2496_5_125()
    • jj_3R_Arguments_2487_3_93

      private boolean jj_3R_Arguments_2487_3_93()
    • jj_3R_Modifiers_1705_4_84

      private boolean jj_3R_Modifiers_1705_4_84()
    • jj_3R_Modifiers_1703_4_83

      private boolean jj_3R_Modifiers_1703_4_83()
    • jj_3R_Modifiers_1701_4_82

      private boolean jj_3R_Modifiers_1701_4_82()
    • jj_3R_Modifiers_1699_4_81

      private boolean jj_3R_Modifiers_1699_4_81()
    • jj_3R_Modifiers_1697_4_80

      private boolean jj_3R_Modifiers_1697_4_80()
    • jj_3R_StringLiteral_2464_3_113

      private boolean jj_3R_StringLiteral_2464_3_113()
    • jj_3R_Modifiers_1695_4_79

      private boolean jj_3R_Modifiers_1695_4_79()
    • jj_3R_Modifiers_1693_4_78

      private boolean jj_3R_Modifiers_1693_4_78()
    • jj_3R_Modifiers_1691_4_77

      private boolean jj_3R_Modifiers_1691_4_77()
    • jj_3R_Modifiers_1689_4_76

      private boolean jj_3R_Modifiers_1689_4_76()
    • jj_3R_Modifiers_1687_4_75

      private boolean jj_3R_Modifiers_1687_4_75()
    • jj_3R_Modifiers_1685_4_74

      private boolean jj_3R_Modifiers_1685_4_74()
    • jj_3R_BooleanLiteral_2453_3_205

      private boolean jj_3R_BooleanLiteral_2453_3_205()
    • jj_3R_Modifiers_1683_4_73

      private boolean jj_3R_Modifiers_1683_4_73()
    • jj_3_8

      private boolean jj_3_8()
    • jj_3R_BooleanLiteral_2448_3_190

      private boolean jj_3R_BooleanLiteral_2448_3_190()
    • jj_3R_BooleanLiteral_2448_3_204

      private boolean jj_3R_BooleanLiteral_2448_3_204()
    • jj_3R_Modifiers_1680_2_107

      private boolean jj_3R_Modifiers_1680_2_107()
    • jj_3R_null_1647_18_72

      private boolean jj_3R_null_1647_18_72()
    • jj_3R_CastLookahead_2348_84_163

      private boolean jj_3R_CastLookahead_2348_84_163()
    • jj_3_7

      private boolean jj_3_7()
    • jj_3R_Literal_2427_3_179

      private boolean jj_3R_Literal_2427_3_179()
    • jj_3R_Literal_2419_3_166

      private boolean jj_3R_Literal_2419_3_166()
    • jj_3_1

      private boolean jj_3_1()
    • jj_3R_PrimarySuffix_2413_3_136

      private boolean jj_3R_PrimarySuffix_2413_3_136()
    • jj_3R_PrimarySuffix_2411_3_135

      private boolean jj_3R_PrimarySuffix_2411_3_135()
    • jj_3R_PrimarySuffix_2409_3_134

      private boolean jj_3R_PrimarySuffix_2409_3_134()
    • 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_2400_3_102

      private boolean jj_3R_PrimarySuffix_2400_3_102()
    • jj_3_34

      private boolean jj_3_34()
    • jj_3R_PrimaryPrefix_2394_3_148

      private boolean jj_3R_PrimaryPrefix_2394_3_148()
    • jj_3R_PrimaryPrefix_2391_3_147

      private boolean jj_3R_PrimaryPrefix_2391_3_147()
    • jj_3R_PrimaryPrefix_2389_3_146

      private boolean jj_3R_PrimaryPrefix_2389_3_146()
    • jj_3R_PrimaryPrefix_2387_3_145

      private boolean jj_3R_PrimaryPrefix_2387_3_145()
    • jj_3_32

      private boolean jj_3_32()
    • jj_3R_PrimaryPrefix_2385_3_144

      private boolean jj_3R_PrimaryPrefix_2385_3_144()
    • jj_3R_CastLookahead_2348_38_162

      private boolean jj_3R_CastLookahead_2348_38_162()
    • jj_3R_PrimaryPrefix_2381_3_143

      private boolean jj_3R_PrimaryPrefix_2381_3_143()
    • jj_3R_PrimaryPrefix_2381_3_112

      private boolean jj_3R_PrimaryPrefix_2381_3_112()
    • jj_3R_PostfixExpression_2354_25_352

      private boolean jj_3R_PostfixExpression_2354_25_352()
    • jj_3R_MemberSelector_2375_3_105

      private boolean jj_3R_MemberSelector_2375_3_105()
    • jj_3_31

      private boolean jj_3_31()
    • jj_3R_JavaIdentifier_1604_1_87

      private boolean jj_3R_JavaIdentifier_1604_1_87()
    • jj_3R_PrimaryExpression_2369_3_64

      private boolean jj_3R_PrimaryExpression_2369_3_64()
    • jj_3R_CastExpression_2363_3_333

      private boolean jj_3R_CastExpression_2363_3_333()
    • jj_3R_CastExpression_2360_3_332

      private boolean jj_3R_CastExpression_2360_3_332()
    • jj_3R_CastExpression_2360_3_330

      private boolean jj_3R_CastExpression_2360_3_330()
    • jj_3_30

      private boolean jj_3_30()
    • jj_3R_PostfixExpression_2354_3_331

      private boolean jj_3R_PostfixExpression_2354_3_331()
    • jj_3R_identifier_1581_3_65

      private boolean jj_3R_identifier_1581_3_65()
    • jj_3R_CastLookahead_2348_3_133

      private boolean jj_3R_CastLookahead_2348_3_133()
    • jj_3R_CastLookahead_2345_3_132

      private boolean jj_3R_CastLookahead_2345_3_132()
    • jj_3R_CastLookahead_2342_3_100

      private boolean jj_3R_CastLookahead_2342_3_100()
    • jj_3_29

      private boolean jj_3_29()
    • jj_3_28

      private boolean jj_3_28()
    • jj_3_27

      private boolean jj_3_27()
    • jj_3R_UnaryExpressionNotPlusMinus_2333_3_327

      private boolean jj_3R_UnaryExpressionNotPlusMinus_2333_3_327()
    • jj_3R_UnaryExpressionNotPlusMinus_2330_3_326

      private boolean jj_3R_UnaryExpressionNotPlusMinus_2330_3_326()
    • jj_3R_UnaryExpressionNotPlusMinus_2328_3_325

      private boolean jj_3R_UnaryExpressionNotPlusMinus_2328_3_325()
    • jj_3R_UnaryExpressionNotPlusMinus_2328_3_320

      private boolean jj_3R_UnaryExpressionNotPlusMinus_2328_3_320()
    • jj_3R_PreDecrementExpression_2322_3_263

      private boolean jj_3R_PreDecrementExpression_2322_3_263()
    • jj_3R_AdditiveExpression_2292_32_312

      private boolean jj_3R_AdditiveExpression_2292_32_312()
    • jj_3R_MultiplicativeExpression_2298_23_321

      private boolean jj_3R_MultiplicativeExpression_2298_23_321()
    • jj_3_26

      private boolean jj_3_26()
    • jj_3R_PreIncrementExpression_2316_3_262

      private boolean jj_3R_PreIncrementExpression_2316_3_262()
    • jj_3R_character_descriptor_1548_3_237

      private boolean jj_3R_character_descriptor_1548_3_237()
    • jj_3R_UnaryExpression_2310_3_311

      private boolean jj_3R_UnaryExpression_2310_3_311()
    • jj_3_25

      private boolean jj_3_25()
    • jj_3R_UnaryExpression_2308_3_310

      private boolean jj_3R_UnaryExpression_2308_3_310()
    • jj_3R_UnaryExpression_2306_3_309

      private boolean jj_3R_UnaryExpression_2306_3_309()
    • jj_3R_UnaryExpression_2304_3_308

      private boolean jj_3R_UnaryExpression_2304_3_308()
    • jj_3R_UnaryExpression_2304_3_298

      private boolean jj_3R_UnaryExpression_2304_3_298()
    • jj_3R_RelationalExpression_2280_23_281

      private boolean jj_3R_RelationalExpression_2280_23_281()
    • jj_3R_InstanceOfExpression_2274_28_275

      private boolean jj_3R_InstanceOfExpression_2274_28_275()
    • jj_3R_MultiplicativeExpression_2298_3_280

      private boolean jj_3R_MultiplicativeExpression_2298_3_280()
    • 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(JavaCCParserTokenManager 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)