| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.lookup | |
| org.eclipse.jdt.internal.compiler.parser |
| Modifier and Type | Field and Description |
|---|---|
ProblemReporter |
Compiler.problemReporter |
| Modifier and Type | Field and Description |
|---|---|
ProblemReporter |
CompilationUnitDeclaration.problemReporter |
| Modifier and Type | Method and Description |
|---|---|
int |
FakedTrackingVariable.reportError(ProblemReporter problemReporter,
ASTNode location,
int nullStatus) |
void |
FakedTrackingVariable.reportExplicitClosing(ProblemReporter problemReporter) |
| Constructor and Description |
|---|
CompilationUnitDeclaration(ProblemReporter problemReporter,
CompilationResult compilationResult,
int sourceLength) |
| Modifier and Type | Field and Description |
|---|---|
ProblemReporter |
LookupEnvironment.problemReporter |
| Modifier and Type | Method and Description |
|---|---|
ProblemReporter |
CompilationUnitScope.problemReporter() |
ProblemReporter |
BlockScope.problemReporter() |
abstract ProblemReporter |
Scope.problemReporter() |
ProblemReporter |
MethodScope.problemReporter()
Answer the problem reporter to use for raising new problems.
|
ProblemReporter |
ClassScope.problemReporter() |
| Constructor and Description |
|---|
LookupEnvironment(ITypeRequestor typeRequestor,
CompilerOptions globalOptions,
ProblemReporter problemReporter,
INameEnvironment nameEnvironment) |
| Modifier and Type | Field and Description |
|---|---|
protected ProblemReporter |
Parser.problemReporter |
| Modifier and Type | Method and Description |
|---|---|
ProblemReporter |
Parser.problemReporter()
Returns this parser's problem reporter initialized with its reference context.
|
| Constructor and Description |
|---|
Parser(ProblemReporter problemReporter,
boolean optimizeStringLiterals) |
Copyright © 2013. All rights reserved.