| Modifier and Type | Field and Description |
|---|---|
Parser |
Compiler.parser |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypeDeclaration.checkConstructors(Parser parser)
Check for constructor vs.
|
void |
TypeDeclaration.parseMethods(Parser parser,
CompilationUnitDeclaration unit) |
abstract void |
AbstractMethodDeclaration.parseStatements(Parser parser,
CompilationUnitDeclaration unit)
Fill up the method body with statement
|
void |
ConstructorDeclaration.parseStatements(Parser parser,
CompilationUnitDeclaration unit) |
void |
Clinit.parseStatements(Parser parser,
CompilationUnitDeclaration unit) |
void |
AnnotationMethodDeclaration.parseStatements(Parser parser,
CompilationUnitDeclaration unit) |
void |
MethodDeclaration.parseStatements(Parser parser,
CompilationUnitDeclaration unit) |
void |
Initializer.parseStatements(Parser parser,
TypeDeclaration typeDeclaration,
CompilationUnitDeclaration unit) |
| Modifier and Type | Field and Description |
|---|---|
protected Parser |
RecoveredElement.recoveringParser |
protected Parser |
AbstractCommentParser.sourceParser |
| Modifier and Type | Method and Description |
|---|---|
Parser |
RecoveredElement.parser() |
| Constructor and Description |
|---|
AbstractCommentParser(Parser sourceParser) |
JavadocParser(Parser sourceParser) |
RecoveredElement(RecoveredElement parent,
int bracketBalance,
Parser parser) |
RecoveredField(FieldDeclaration fieldDeclaration,
RecoveredElement parent,
int bracketBalance,
Parser parser) |
RecoveredInitializer(FieldDeclaration fieldDeclaration,
RecoveredElement parent,
int bracketBalance,
Parser parser) |
RecoveredMethod(AbstractMethodDeclaration methodDeclaration,
RecoveredElement parent,
int bracketBalance,
Parser parser) |
RecoveredUnit(CompilationUnitDeclaration unitDeclaration,
int bracketBalance,
Parser parser) |
| Constructor and Description |
|---|
DiagnoseParser(Parser parser,
int firstToken,
int start,
int end,
CompilerOptions options) |
DiagnoseParser(Parser parser,
int firstToken,
int start,
int end,
int[] intervalStartToSkip,
int[] intervalEndToSkip,
int[] intervalFlagsToSkip,
CompilerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.scannerError(Parser parser,
String errorTokenName) |
Copyright © 2013. All rights reserved.