All Packages Class Hierarchy This Package Previous Next Index
Class espresso.parser.JavaParser
java.lang.Object
|
+----espresso.parser.JavaParser
- public class JavaParser
- extends Object
- implements JavaParserConstants
-
className_d
- Name of the class (and of its superclass) being parsed.
-
counter_d
- A counter used to keep track of the different scopes
within a method.
-
DEFAULT_PACKAGE
- The name of the default package
-
DEFAULT_SUPER
- The name of the default super class
-
errors_d
- A String vector containing all the errors found during
parsing.
-
fieldInit_d
- This block contains the initializations of instance fields
During parsing, nonstatic initializers are collected, and at the
end of paring, added to each ConstructorDeclarationNode
So nonstatic initializers of fields are converted to
assignments to fields executed in each constructor
-
forwardTypes_d
- Keep track of references to forward types.
-
importMgr_d
- This is the compiler's import manager.
-
jj_2_rtns
-
-
jj_endpos
-
-
jj_expentries
-
-
jj_expentry
-
-
jj_gc
-
-
jj_gen
-
-
jj_input_stream
-
-
jj_kind
-
-
jj_la
-
-
jj_la1
-
-
jj_la1_0
-
-
jj_la1_1
-
-
jj_la1_2
-
-
jj_la1_3
-
-
jj_lastpos
-
-
jj_lasttokens
-
-
jj_nt
-
-
jj_ntk
-
-
jj_rescan
-
-
jj_scanpos
-
-
jj_semLA
-
-
labels_d
- A stack used to match labels in break and continue
statements with their corresponding labeled nodes.
-
lookingAhead
-
-
methodName_d
- The name of the method being parsed.
-
methodNode_d
- A pointer to the method declaration node of the method
being parsed.
-
packName_d
- Symbol of the package that corresponds to the class being
defined or a default if no package declaration parsed.
-
root_d
- The pointer to the AST root node.
-
scopes_d
- A stack used together with the counter to keep track
of the scopes within a method.
-
staticInit_d
- This block contains the initializations of static fields
During parsing, nonstatic initializers are collected, and at the
end of paring, added to each ConstructorDeclarationNode
So nonstatic initializers of fields are converted to
assignments to fields executed in each constructor
-
superName_d
-
-
symbolTable_d
- This is the compiler's symbol table.
-
token
-
-
token_source
-
-
JavaParser(InputStream)
-
-
JavaParser(InputStream, JavaImportManager, SymbolTable, Vector)
- The main constructor.
-
JavaParser(JavaParserTokenManager)
-
-
addDefaultConstructor(ClassDeclarationNode)
- Adds a default constructor when needed.
-
AdditiveExp()
-
-
AllocationExp()
-
-
AndExp()
-
-
ArgumentList()
-
-
Arguments()
-
-
ArrayDimensions()
-
-
Assignment()
-
-
AssignmentOperator()
-
-
Block(boolean)
-
-
BlockStatement(boolean)
-
-
BooleanLiteral()
-
-
BreakStatement()
-
-
CastExp()
-
-
CastLookahead()
-
-
checkCloseProgram()
- Verify that any forward references to types were resolved.
-
ClassBodyDeclaration()
-
-
ClassDeclaration()
-
-
classifySimpleName(Symbol)
- Determines whether a given unqualified name refers to a local,
a parameter, a field or a type.
-
CompilationUnit()
- THE JAVA LANGUAGE GRAMMAR STARTS HERE *
-
ConditionalAndExp()
-
-
ConditionalExp()
-
-
ConditionalOrExp()
-
-
ConstructorDeclaration()
-
-
ConstructorInvocation()
-
-
ContinueStatement()
-
-
copyInitializers(ClassDeclarationNode)
- Copies all field - initializers collected during paring of
a type in fieldInit_d to each constructor
-
createStaticInit(ClassDeclarationNode)
- Adds a if needed when needed.
-
declareLocalVars(LocalVarDeclarationNode)
- Adds the local vars to the symbol table
-
disable_tracing()
-
-
DoStatement()
-
-
EmptyStatement()
-
-
enable_tracing()
-
-
EqualityExp()
-
-
ExclusiveOrExp()
-
-
Expression()
-
-
FieldDeclaration()
-
-
findTypeName(Symbol, boolean)
- Check if the name refers to a valid type (class or interface)
by using the import declarations.
-
ForInit()
-
-
FormalParameter()
-
-
FormalParameters()
-
-
ForStatement()
-
-
ForUpdate()
-
-
generateParseException()
-
-
getNextToken()
-
-
getToken(int)
-
-
IfStatement()
-
-
ImportDeclaration()
-
-
InclusiveOrExp()
-
-
InstanceOfExp()
-
-
InterfaceDeclaration()
-
-
InterfaceMemberDeclaration()
-
-
jj_2_1(int)
-
-
jj_2_10(int)
-
-
jj_2_11(int)
-
-
jj_2_12(int)
-
-
jj_2_13(int)
-
-
jj_2_14(int)
-
-
jj_2_15(int)
-
-
jj_2_16(int)
-
-
jj_2_17(int)
-
-
jj_2_18(int)
-
-
jj_2_19(int)
-
-
jj_2_2(int)
-
-
jj_2_20(int)
-
-
jj_2_3(int)
-
-
jj_2_4(int)
-
-
jj_2_5(int)
-
-
jj_2_6(int)
-
-
jj_2_7(int)
-
-
jj_2_8(int)
-
-
jj_2_9(int)
-
-
jj_3_1()
-
-
jj_3_10()
-
-
jj_3_11()
-
-
jj_3_12()
-
-
jj_3_13()
-
-
jj_3_14()
-
-
jj_3_15()
-
-
jj_3_16()
-
-
jj_3_17()
-
-
jj_3_18()
-
-
jj_3_19()
-
-
jj_3_2()
-
-
jj_3_20()
-
-
jj_3_3()
-
-
jj_3_4()
-
-
jj_3_5()
-
-
jj_3_6()
-
-
jj_3_7()
-
-
jj_3_8()
-
-
jj_3_9()
-
-
jj_3R_100()
-
-
jj_3R_101()
-
-
jj_3R_102()
-
-
jj_3R_103()
-
-
jj_3R_104()
-
-
jj_3R_105()
-
-
jj_3R_106()
-
-
jj_3R_107()
-
-
jj_3R_108()
-
-
jj_3R_109()
-
-
jj_3R_110()
-
-
jj_3R_111()
-
-
jj_3R_112()
-
-
jj_3R_113()
-
-
jj_3R_114()
-
-
jj_3R_115()
-
-
jj_3R_116()
-
-
jj_3R_117()
-
-
jj_3R_118()
-
-
jj_3R_119()
-
-
jj_3R_120()
-
-
jj_3R_121()
-
-
jj_3R_122()
-
-
jj_3R_123()
-
-
jj_3R_124()
-
-
jj_3R_125()
-
-
jj_3R_126()
-
-
jj_3R_127()
-
-
jj_3R_128()
-
-
jj_3R_129()
-
-
jj_3R_130()
-
-
jj_3R_131()
-
-
jj_3R_132()
-
-
jj_3R_133()
-
-
jj_3R_134()
-
-
jj_3R_135()
-
-
jj_3R_136()
-
-
jj_3R_137()
-
-
jj_3R_138()
-
-
jj_3R_139()
-
-
jj_3R_140()
-
-
jj_3R_141()
-
-
jj_3R_142()
-
-
jj_3R_143()
-
-
jj_3R_144()
-
-
jj_3R_145()
-
-
jj_3R_146()
-
-
jj_3R_147()
-
-
jj_3R_148()
-
-
jj_3R_149()
-
-
jj_3R_150()
-
-
jj_3R_151()
-
-
jj_3R_152()
-
-
jj_3R_153()
-
-
jj_3R_154()
-
-
jj_3R_155()
-
-
jj_3R_156()
-
-
jj_3R_157()
-
-
jj_3R_158()
-
-
jj_3R_159()
-
-
jj_3R_160()
-
-
jj_3R_161()
-
-
jj_3R_162()
-
-
jj_3R_163()
-
-
jj_3R_164()
-
-
jj_3R_165()
-
-
jj_3R_166()
-
-
jj_3R_167()
-
-
jj_3R_168()
-
-
jj_3R_169()
-
-
jj_3R_170()
-
-
jj_3R_171()
-
-
jj_3R_172()
-
-
jj_3R_173()
-
-
jj_3R_174()
-
-
jj_3R_175()
-
-
jj_3R_176()
-
-
jj_3R_177()
-
-
jj_3R_178()
-
-
jj_3R_179()
-
-
jj_3R_180()
-
-
jj_3R_181()
-
-
jj_3R_182()
-
-
jj_3R_183()
-
-
jj_3R_184()
-
-
jj_3R_185()
-
-
jj_3R_186()
-
-
jj_3R_187()
-
-
jj_3R_188()
-
-
jj_3R_189()
-
-
jj_3R_190()
-
-
jj_3R_191()
-
-
jj_3R_192()
-
-
jj_3R_193()
-
-
jj_3R_194()
-
-
jj_3R_195()
-
-
jj_3R_196()
-
-
jj_3R_197()
-
-
jj_3R_198()
-
-
jj_3R_199()
-
-
jj_3R_200()
-
-
jj_3R_201()
-
-
jj_3R_202()
-
-
jj_3R_203()
-
-
jj_3R_204()
-
-
jj_3R_205()
-
-
jj_3R_206()
-
-
jj_3R_207()
-
-
jj_3R_208()
-
-
jj_3R_209()
-
-
jj_3R_210()
-
-
jj_3R_211()
-
-
jj_3R_212()
-
-
jj_3R_213()
-
-
jj_3R_214()
-
-
jj_3R_215()
-
-
jj_3R_216()
-
-
jj_3R_217()
-
-
jj_3R_218()
-
-
jj_3R_219()
-
-
jj_3R_47()
-
-
jj_3R_48()
-
-
jj_3R_49()
-
-
jj_3R_50()
-
-
jj_3R_51()
-
-
jj_3R_52()
-
-
jj_3R_53()
-
-
jj_3R_54()
-
-
jj_3R_55()
-
-
jj_3R_56()
-
-
jj_3R_57()
-
-
jj_3R_58()
-
-
jj_3R_59()
-
-
jj_3R_60()
-
-
jj_3R_61()
-
-
jj_3R_62()
-
-
jj_3R_63()
-
-
jj_3R_64()
-
-
jj_3R_65()
-
-
jj_3R_66()
-
-
jj_3R_67()
-
-
jj_3R_68()
-
-
jj_3R_69()
-
-
jj_3R_70()
-
-
jj_3R_71()
-
-
jj_3R_72()
-
-
jj_3R_73()
-
-
jj_3R_74()
-
-
jj_3R_75()
-
-
jj_3R_76()
-
-
jj_3R_77()
-
-
jj_3R_78()
-
-
jj_3R_79()
-
-
jj_3R_80()
-
-
jj_3R_81()
-
-
jj_3R_82()
-
-
jj_3R_83()
-
-
jj_3R_84()
-
-
jj_3R_85()
-
-
jj_3R_86()
-
-
jj_3R_87()
-
-
jj_3R_88()
-
-
jj_3R_89()
-
-
jj_3R_90()
-
-
jj_3R_91()
-
-
jj_3R_92()
-
-
jj_3R_93()
-
-
jj_3R_94()
-
-
jj_3R_95()
-
-
jj_3R_96()
-
-
jj_3R_97()
-
-
jj_3R_98()
-
-
jj_3R_99()
-
-
jj_add_error_token(int, int)
-
-
jj_consume_token(int)
-
-
jj_ntk()
-
-
jj_rescan_token()
-
-
jj_save(int, int)
-
-
jj_scan_token(int)
-
-
LabeledStatement()
-
-
Literal()
-
-
LocalVarDeclaration()
-
-
MethodDeclaration()
-
-
MethodDeclarationLookahead()
-
-
MethodDeclarator(MethodDeclarationNode)
-
-
MultiplicativeExp()
-
-
Name()
-
-
NameList()
-
-
NullLiteral()
-
-
PackageDeclaration(CompilationUnitNode)
-
-
parseProgram()
- This method is called to start parsing a file.
-
PostfixExp()
-
-
PreDecrementExp()
-
-
PreIncrementExp()
-
-
PrimaryExp()
-
-
PrimarySuffix(ExpressionNode)
-
-
PrimitiveTypeExp()
-
-
readClassesUpToRoot(Symbol, SyntaxTreeNode)
- Used to load classes found in ClassDeclaration and InterFaceDeclaration
-
recordSourceCoord(SyntaxTreeNode, Token)
- Sets source coordinates for error reporting.
-
ReInit(InputStream)
-
-
ReInit(JavaParserTokenManager)
-
-
RelationalExp()
-
-
ResolvedName()
-
-
ResolvedNameList()
-
-
ResultTypeExp()
-
-
ReturnStatement()
-
-
ShiftExp()
-
-
Statement(boolean)
-
-
StatementExp()
-
-
statementExp(ExpressionNode)
-
-
StatementExpList()
-
-
StaticInitializer()
-
-
SwitchLabel()
-
-
SwitchStatement()
-
-
SynchronizedStatement()
-
-
ThrowStatement()
-
-
TryStatement()
-
-
TypeDeclaration()
-
-
TypeExp()
-
-
UnaryExp()
-
-
UnaryExpressionNotPlusMinus()
-
-
UnaryMinusExp()
-
-
UnaryNegExp()
-
-
UnaryNotExp()
-
-
UnaryPlusExp()
-
-
VariableDeclarator(boolean)
-
-
VariableDeclaratorId()
-
-
VariableInitializer()
-
-
WhileStatement()
-
DEFAULT_PACKAGE
static final String DEFAULT_PACKAGE
- The name of the default package
DEFAULT_SUPER
static final String DEFAULT_SUPER
- The name of the default super class
packName_d
Symbol packName_d
- Symbol of the package that corresponds to the class being
defined or a default if no package declaration parsed.
className_d
Symbol className_d
- Name of the class (and of its superclass) being parsed.
superName_d
Symbol superName_d
symbolTable_d
SymbolTable symbolTable_d
- This is the compiler's symbol table.
importMgr_d
JavaImportManager importMgr_d
- This is the compiler's import manager.
methodName_d
Symbol methodName_d
- The name of the method being parsed.
methodNode_d
MethodDeclarationNode methodNode_d
- A pointer to the method declaration node of the method
being parsed. This is used to create new MethodExpNodes.
fieldInit_d
BlockNode fieldInit_d
- This block contains the initializations of instance fields
During parsing, nonstatic initializers are collected, and at the
end of paring, added to each ConstructorDeclarationNode
So nonstatic initializers of fields are converted to
assignments to fields executed in each constructor
staticInit_d
BlockNode staticInit_d
- This block contains the initializations of static fields
During parsing, nonstatic initializers are collected, and at the
end of paring, added to each ConstructorDeclarationNode
So nonstatic initializers of fields are converted to
assignments to fields executed in each constructor
errors_d
Vector errors_d
- A String vector containing all the errors found during
parsing.
counter_d
IntegerStream counter_d
- A counter used to keep track of the different scopes
within a method.
scopes_d
IntegerStack scopes_d
- A stack used together with the counter to keep track
of the scopes within a method.
labels_d
IntegerStack labels_d
- A stack used to match labels in break and continue
statements with their corresponding labeled nodes.
forwardTypes_d
Vector forwardTypes_d
- Keep track of references to forward types.
root_d
CompilationUnitNode root_d
- The pointer to the AST root node.
token_source
public JavaParserTokenManager token_source
jj_input_stream
ASCII_UCodeESC_CharStream jj_input_stream
token
public Token token
jj_nt
public Token jj_nt
jj_ntk
private int jj_ntk
jj_scanpos
private Token jj_scanpos
jj_lastpos
private Token jj_lastpos
jj_la
private int jj_la
lookingAhead
public boolean lookingAhead
jj_semLA
private boolean jj_semLA
jj_gen
private int jj_gen
jj_la1
private final int jj_la1[]
jj_la1_0
private final int jj_la1_0[]
jj_la1_1
private final int jj_la1_1[]
jj_la1_2
private final int jj_la1_2[]
jj_la1_3
private final int jj_la1_3[]
jj_2_rtns
private final JJJavaParserCalls jj_2_rtns[]
jj_rescan
private boolean jj_rescan
jj_gc
private int jj_gc
jj_expentries
private Vector 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
JavaParser
public JavaParser(InputStream stream,
JavaImportManager importMgr,
SymbolTable symbolTable,
Vector errors)
- The main constructor.
JavaParser
public JavaParser(InputStream stream)
JavaParser
public JavaParser(JavaParserTokenManager tm)
parseProgram
public CompilationUnitNode parseProgram() throws ParseException
- This method is called to start parsing a file.
recordSourceCoord
public void recordSourceCoord(SyntaxTreeNode node,
Token token)
- Sets source coordinates for error reporting.
checkCloseProgram
private void checkCloseProgram()
- Verify that any forward references to types were resolved.
addDefaultConstructor
private void addDefaultConstructor(ClassDeclarationNode node)
- Adds a default constructor when needed.
createStaticInit
private void createStaticInit(ClassDeclarationNode node)
- Adds a if needed when needed.
copyInitializers
private void copyInitializers(ClassDeclarationNode node)
- Copies all field - initializers collected during paring of
a type in fieldInit_d to each constructor
classifySimpleName
private ExpressionNode classifySimpleName(Symbol name)
- Determines whether a given unqualified name refers to a local,
a parameter, a field or a type. The symbol table, the name of
the method being parsed, the stack of scopes and the import
declarations are used for this purpose.
findTypeName
private ExpressionNode findTypeName(Symbol name,
boolean forward)
- Check if the name refers to a valid type (class or interface)
by using the import declarations. The name may can be qualified
or not.
declareLocalVars
private void declareLocalVars(LocalVarDeclarationNode node)
- Adds the local vars to the symbol table
readClassesUpToRoot
private void readClassesUpToRoot(Symbol name,
SyntaxTreeNode node)
- Used to load classes found in ClassDeclaration and InterFaceDeclaration
statementExp
private boolean statementExp(ExpressionNode node)
CompilationUnit
public final CompilationUnitNode CompilationUnit() throws ParseException
- THE JAVA LANGUAGE GRAMMAR STARTS HERE *
PackageDeclaration
public final void PackageDeclaration(CompilationUnitNode node) throws ParseException
ImportDeclaration
public final Symbol ImportDeclaration() throws ParseException
TypeDeclaration
public final TypeDeclarationNode TypeDeclaration() throws ParseException
ClassDeclaration
public final ClassDeclarationNode ClassDeclaration() throws ParseException
ClassBodyDeclaration
public final ClassBodyDeclarationNode ClassBodyDeclaration() throws ParseException
MethodDeclarationLookahead
public final void MethodDeclarationLookahead() throws ParseException
InterfaceDeclaration
public final InterfaceDeclarationNode InterfaceDeclaration() throws ParseException
InterfaceMemberDeclaration
public final ClassBodyDeclarationNode InterfaceMemberDeclaration() throws ParseException
FieldDeclaration
public final FieldDeclarationNode FieldDeclaration() throws ParseException
VariableDeclarator
public final VariableDeclaratorNode VariableDeclarator(boolean fieldFlag) throws ParseException
VariableDeclaratorId
public final Symbol VariableDeclaratorId() throws ParseException
VariableInitializer
public final ExpressionNode VariableInitializer() throws ParseException
MethodDeclaration
public final MethodDeclarationNode MethodDeclaration() throws ParseException
MethodDeclarator
public final void MethodDeclarator(MethodDeclarationNode node) throws ParseException
FormalParameters
public final Vector FormalParameters() throws ParseException
FormalParameter
public final FormalParameterNode FormalParameter() throws ParseException
ConstructorDeclaration
public final ConstructorDeclarationNode ConstructorDeclaration() throws ParseException
ConstructorInvocation
public final ConstructorInvocationNode ConstructorInvocation() throws ParseException
StaticInitializer
public final StaticInitializerNode StaticInitializer() throws ParseException
TypeExp
public final Type TypeExp() throws ParseException
PrimitiveTypeExp
public final Type PrimitiveTypeExp() throws ParseException
ResultTypeExp
public final Type ResultTypeExp() throws ParseException
Name
public final Symbol Name() throws ParseException
ResolvedName
public final Symbol ResolvedName() throws ParseException
NameList
public final Vector NameList() throws ParseException
ResolvedNameList
public final Vector ResolvedNameList() throws ParseException
Expression
public final ExpressionNode Expression() throws ParseException
Assignment
public final ExpressionNode Assignment() throws ParseException
AssignmentOperator
public final int AssignmentOperator() throws ParseException
ConditionalExp
public final ExpressionNode ConditionalExp() throws ParseException
ConditionalOrExp
public final ExpressionNode ConditionalOrExp() throws ParseException
ConditionalAndExp
public final ExpressionNode ConditionalAndExp() throws ParseException
InclusiveOrExp
public final ExpressionNode InclusiveOrExp() throws ParseException
ExclusiveOrExp
public final ExpressionNode ExclusiveOrExp() throws ParseException
AndExp
public final ExpressionNode AndExp() throws ParseException
EqualityExp
public final ExpressionNode EqualityExp() throws ParseException
InstanceOfExp
public final ExpressionNode InstanceOfExp() throws ParseException
RelationalExp
public final ExpressionNode RelationalExp() throws ParseException
ShiftExp
public final ExpressionNode ShiftExp() throws ParseException
AdditiveExp
public final ExpressionNode AdditiveExp() throws ParseException
MultiplicativeExp
public final ExpressionNode MultiplicativeExp() throws ParseException
UnaryExp
public final ExpressionNode UnaryExp() throws ParseException
UnaryPlusExp
public final ExpressionNode UnaryPlusExp() throws ParseException
UnaryMinusExp
public final ExpressionNode UnaryMinusExp() throws ParseException
PreIncrementExp
public final ExpressionNode PreIncrementExp() throws ParseException
PreDecrementExp
public final ExpressionNode PreDecrementExp() throws ParseException
UnaryExpressionNotPlusMinus
public final ExpressionNode UnaryExpressionNotPlusMinus() throws ParseException
UnaryNotExp
public final ExpressionNode UnaryNotExp() throws ParseException
UnaryNegExp
public final ExpressionNode UnaryNegExp() throws ParseException
CastLookahead
public final void CastLookahead() throws ParseException
PostfixExp
public final ExpressionNode PostfixExp() throws ParseException
CastExp
public final ExpressionNode CastExp() throws ParseException
PrimaryExp
public final ExpressionNode PrimaryExp() throws ParseException
PrimarySuffix
public final ExpressionNode PrimarySuffix(ExpressionNode left) throws ParseException
Literal
public final ExpressionNode Literal() throws ParseException
BooleanLiteral
public final ExpressionNode BooleanLiteral() throws ParseException
NullLiteral
public final ExpressionNode NullLiteral() throws ParseException
Arguments
public final Vector Arguments() throws ParseException
ArgumentList
public final Vector ArgumentList() throws ParseException
AllocationExp
public final ExpressionNode AllocationExp() throws ParseException
ArrayDimensions
public final Vector ArrayDimensions() throws ParseException
Statement
public final StatementNode Statement(boolean newScope) throws ParseException
LabeledStatement
public final LabeledStatementNode LabeledStatement() throws ParseException
Block
public final BlockNode Block(boolean newScope) throws ParseException
BlockStatement
public final StatementNode BlockStatement(boolean newScope) throws ParseException
LocalVarDeclaration
public final StatementNode LocalVarDeclaration() throws ParseException
EmptyStatement
public final StatementNode EmptyStatement() throws ParseException
StatementExp
public final StatementExpNode StatementExp() throws ParseException
SwitchStatement
public final LabeledStatementNode SwitchStatement() throws ParseException
SwitchLabel
public final SwitchLabelNode SwitchLabel() throws ParseException
IfStatement
public final IfStatementNode IfStatement() throws ParseException
WhileStatement
public final LabeledStatementNode WhileStatement() throws ParseException
DoStatement
public final LabeledStatementNode DoStatement() throws ParseException
ForStatement
public final LabeledStatementNode ForStatement() throws ParseException
ForInit
public final StatementNode ForInit() throws ParseException
StatementExpList
public final StatementExpListNode StatementExpList() throws ParseException
ForUpdate
public final StatementExpListNode ForUpdate() throws ParseException
BreakStatement
public final BreakStatementNode BreakStatement() throws ParseException
ContinueStatement
public final StatementNode ContinueStatement() throws ParseException
ReturnStatement
public final ReturnStatementNode ReturnStatement() throws ParseException
ThrowStatement
public final ThrowStatementNode ThrowStatement() throws ParseException
SynchronizedStatement
public final SynchronizedStatementNode SynchronizedStatement() throws ParseException
TryStatement
public final TryStatementNode TryStatement() throws ParseException
jj_2_1
private final boolean jj_2_1(int xla)
jj_2_2
private final boolean jj_2_2(int xla)
jj_2_3
private final boolean jj_2_3(int xla)
jj_2_4
private final boolean jj_2_4(int xla)
jj_2_5
private final boolean jj_2_5(int xla)
jj_2_6
private final boolean jj_2_6(int xla)
jj_2_7
private final boolean jj_2_7(int xla)
jj_2_8
private final boolean jj_2_8(int xla)
jj_2_9
private final boolean jj_2_9(int xla)
jj_2_10
private final boolean jj_2_10(int xla)
jj_2_11
private final boolean jj_2_11(int xla)
jj_2_12
private final boolean jj_2_12(int xla)
jj_2_13
private final boolean jj_2_13(int xla)
jj_2_14
private final boolean jj_2_14(int xla)
jj_2_15
private final boolean jj_2_15(int xla)
jj_2_16
private final boolean jj_2_16(int xla)
jj_2_17
private final boolean jj_2_17(int xla)
jj_2_18
private final boolean jj_2_18(int xla)
jj_2_19
private final boolean jj_2_19(int xla)
jj_2_20
private final boolean jj_2_20(int xla)
jj_3R_139
private final boolean jj_3R_139()
jj_3R_184
private final boolean jj_3R_184()
jj_3R_183
private final boolean jj_3R_183()
jj_3R_182
private final boolean jj_3R_182()
jj_3R_181
private final boolean jj_3R_181()
jj_3R_178
private final boolean jj_3R_178()
jj_3R_171
private final boolean jj_3R_171()
jj_3R_174
private final boolean jj_3R_174()
jj_3R_169
private final boolean jj_3R_169()
jj_3R_138
private final boolean jj_3R_138()
jj_3R_176
private final boolean jj_3R_176()
jj_3R_175
private final boolean jj_3R_175()
jj_3R_172
private final boolean jj_3R_172()
jj_3R_167
private final boolean jj_3R_167()
jj_3R_170
private final boolean jj_3R_170()
jj_3R_164
private final boolean jj_3R_164()
jj_3R_168
private final boolean jj_3R_168()
jj_3R_137
private final boolean jj_3R_137()
jj_3R_118
private final boolean jj_3R_118()
jj_3R_161
private final boolean jj_3R_161()
jj_3R_166
private final boolean jj_3R_166()
jj_3R_158
private final boolean jj_3R_158()
jj_3R_163
private final boolean jj_3R_163()
jj_3R_154
private final boolean jj_3R_154()
jj_3R_71
private final boolean jj_3R_71()
jj_3_6
private final boolean jj_3_6()
jj_3R_160
private final boolean jj_3R_160()
jj_3R_70
private final boolean jj_3R_70()
jj_3R_145
private final boolean jj_3R_145()
jj_3R_52
private final boolean jj_3R_52()
jj_3R_157
private final boolean jj_3R_157()
jj_3R_150
private final boolean jj_3R_150()
jj_3R_135
private final boolean jj_3R_135()
jj_3R_91
private final boolean jj_3R_91()
jj_3R_90
private final boolean jj_3R_90()
jj_3R_89
private final boolean jj_3R_89()
jj_3R_88
private final boolean jj_3R_88()
jj_3R_87
private final boolean jj_3R_87()
jj_3R_86
private final boolean jj_3R_86()
jj_3R_85
private final boolean jj_3R_85()
jj_3R_84
private final boolean jj_3R_84()
jj_3R_83
private final boolean jj_3R_83()
jj_3R_82
private final boolean jj_3R_82()
jj_3R_81
private final boolean jj_3R_81()
jj_3R_80
private final boolean jj_3R_80()
jj_3R_55
private final boolean jj_3R_55()
jj_3R_123
private final boolean jj_3R_123()
jj_3R_125
private final boolean jj_3R_125()
jj_3R_149
private final boolean jj_3R_149()
jj_3R_148
private final boolean jj_3R_148()
jj_3R_143
private final boolean jj_3R_143()
jj_3R_134
private final boolean jj_3R_134()
jj_3_9
private final boolean jj_3_9()
jj_3_19
private final boolean jj_3_19()
jj_3R_79
private final boolean jj_3R_79()
jj_3R_122
private final boolean jj_3R_122()
jj_3R_103
private final boolean jj_3R_103()
jj_3R_121
private final boolean jj_3R_121()
jj_3R_102
private final boolean jj_3R_102()
jj_3R_78
private final boolean jj_3R_78()
jj_3R_58
private final boolean jj_3R_58()
jj_3R_77
private final boolean jj_3R_77()
jj_3R_119
private final boolean jj_3R_119()
jj_3R_76
private final boolean jj_3R_76()
jj_3R_120
private final boolean jj_3R_120()
jj_3R_219
private final boolean jj_3R_219()
jj_3R_216
private final boolean jj_3R_216()
jj_3R_131
private final boolean jj_3R_131()
jj_3R_75
private final boolean jj_3R_75()
jj_3R_130
private final boolean jj_3R_130()
jj_3R_74
private final boolean jj_3R_74()
jj_3R_54
private final boolean jj_3R_54()
jj_3_5
private final boolean jj_3_5()
jj_3R_112
private final boolean jj_3R_112()
jj_3_18
private final boolean jj_3_18()
jj_3R_136
private final boolean jj_3R_136()
jj_3R_218
private final boolean jj_3R_218()
jj_3R_215
private final boolean jj_3R_215()
jj_3R_129
private final boolean jj_3R_129()
jj_3R_217
private final boolean jj_3R_217()
jj_3R_128
private final boolean jj_3R_128()
jj_3R_111
private final boolean jj_3R_111()
jj_3R_214
private final boolean jj_3R_214()
jj_3_13
private final boolean jj_3_13()
jj_3R_212
private final boolean jj_3R_212()
jj_3R_127
private final boolean jj_3R_127()
jj_3_8
private final boolean jj_3_8()
jj_3R_50
private final boolean jj_3R_50()
jj_3R_133
private final boolean jj_3R_133()
jj_3R_110
private final boolean jj_3R_110()
jj_3R_126
private final boolean jj_3R_126()
jj_3R_64
private final boolean jj_3R_64()
jj_3R_132
private final boolean jj_3R_132()
jj_3R_213
private final boolean jj_3R_213()
jj_3R_106
private final boolean jj_3R_106()
jj_3_12
private final boolean jj_3_12()
jj_3R_116
private final boolean jj_3R_116()
jj_3R_109
private final boolean jj_3R_109()
jj_3R_69
private final boolean jj_3R_69()
jj_3R_115
private final boolean jj_3R_115()
jj_3R_67
private final boolean jj_3R_67()
jj_3R_93
private final boolean jj_3R_93()
jj_3R_92
private final boolean jj_3R_92()
jj_3R_101
private final boolean jj_3R_101()
jj_3R_114
private final boolean jj_3R_114()
jj_3R_100
private final boolean jj_3R_100()
jj_3R_56
private final boolean jj_3R_56()
jj_3_11
private final boolean jj_3_11()
jj_3R_99
private final boolean jj_3R_99()
jj_3R_108
private final boolean jj_3R_108()
jj_3R_59
private final boolean jj_3R_59()
jj_3R_98
private final boolean jj_3R_98()
jj_3R_211
private final boolean jj_3R_211()
jj_3R_97
private final boolean jj_3R_97()
jj_3R_66
private final boolean jj_3R_66()
jj_3R_96
private final boolean jj_3R_96()
jj_3R_95
private final boolean jj_3R_95()
jj_3R_113
private final boolean jj_3R_113()
jj_3R_94
private final boolean jj_3R_94()
jj_3R_57
private final boolean jj_3R_57()
jj_3R_68
private final boolean jj_3R_68()
jj_3R_107
private final boolean jj_3R_107()
jj_3R_210
private final boolean jj_3R_210()
jj_3R_51
private final boolean jj_3R_51()
jj_3_4
private final boolean jj_3_4()
jj_3R_65
private final boolean jj_3R_65()
jj_3R_49
private final boolean jj_3R_49()
jj_3_3
private final boolean jj_3_3()
jj_3R_105
private final boolean jj_3R_105()
jj_3_10
private final boolean jj_3_10()
jj_3R_104
private final boolean jj_3R_104()
jj_3R_60
private final boolean jj_3R_60()
jj_3R_209
private final boolean jj_3R_209()
jj_3R_208
private final boolean jj_3R_208()
jj_3_2
private final boolean jj_3_2()
jj_3R_207
private final boolean jj_3R_207()
jj_3R_206
private final boolean jj_3R_206()
jj_3R_202
private final boolean jj_3R_202()
jj_3_17
private final boolean jj_3_17()
jj_3R_152
private final boolean jj_3R_152()
jj_3_16
private final boolean jj_3_16()
jj_3R_201
private final boolean jj_3R_201()
jj_3R_48
private final boolean jj_3R_48()
jj_3_15
private final boolean jj_3_15()
jj_3R_151
private final boolean jj_3R_151()
jj_3R_200
private final boolean jj_3R_200()
jj_3R_153
private final boolean jj_3R_153()
jj_3R_199
private final boolean jj_3R_199()
jj_3R_63
private final boolean jj_3R_63()
jj_3R_73
private final boolean jj_3R_73()
jj_3R_72
private final boolean jj_3R_72()
jj_3R_198
private final boolean jj_3R_198()
jj_3R_53
private final boolean jj_3R_53()
jj_3R_62
private final boolean jj_3R_62()
jj_3R_144
private final boolean jj_3R_144()
jj_3_14
private final boolean jj_3_14()
jj_3R_124
private final boolean jj_3R_124()
jj_3_7
private final boolean jj_3_7()
jj_3R_194
private final boolean jj_3R_194()
jj_3R_193
private final boolean jj_3R_193()
jj_3R_61
private final boolean jj_3R_61()
jj_3R_47
private final boolean jj_3R_47()
jj_3R_192
private final boolean jj_3R_192()
jj_3_1
private final boolean jj_3_1()
jj_3R_191
private final boolean jj_3R_191()
jj_3R_165
private final boolean jj_3R_165()
jj_3R_190
private final boolean jj_3R_190()
jj_3R_162
private final boolean jj_3R_162()
jj_3R_185
private final boolean jj_3R_185()
jj_3R_159
private final boolean jj_3R_159()
jj_3R_205
private final boolean jj_3R_205()
jj_3R_204
private final boolean jj_3R_204()
jj_3R_203
private final boolean jj_3R_203()
jj_3R_117
private final boolean jj_3R_117()
jj_3R_195
private final boolean jj_3R_195()
jj_3R_179
private final boolean jj_3R_179()
jj_3R_147
private final boolean jj_3R_147()
jj_3R_197
private final boolean jj_3R_197()
jj_3R_196
private final boolean jj_3R_196()
jj_3R_156
private final boolean jj_3R_156()
jj_3R_186
private final boolean jj_3R_186()
jj_3R_146
private final boolean jj_3R_146()
jj_3R_155
private final boolean jj_3R_155()
jj_3R_177
private final boolean jj_3R_177()
jj_3R_142
private final boolean jj_3R_142()
jj_3R_141
private final boolean jj_3R_141()
jj_3_20
private final boolean jj_3_20()
jj_3R_189
private final boolean jj_3R_189()
jj_3R_188
private final boolean jj_3R_188()
jj_3R_187
private final boolean jj_3R_187()
jj_3R_180
private final boolean jj_3R_180()
jj_3R_140
private final boolean jj_3R_140()
jj_3R_173
private final boolean jj_3R_173()
ReInit
public void ReInit(InputStream stream)
ReInit
public void ReInit(JavaParserTokenManager tm)
jj_consume_token
private final Token jj_consume_token(int kind) throws ParseException
jj_scan_token
private final boolean jj_scan_token(int kind)
getNextToken
public final Token getNextToken()
getToken
public final Token getToken(int index)
jj_ntk
private final int jj_ntk()
jj_add_error_token
private void jj_add_error_token(int kind,
int pos)
generateParseException
public final ParseException generateParseException()
enable_tracing
public final void enable_tracing()
disable_tracing
public final void disable_tracing()
jj_rescan_token
private final void jj_rescan_token()
jj_save
private final void jj_save(int index,
int xla)
All Packages Class Hierarchy This Package Previous Next Index