| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.flow | |
| org.eclipse.jdt.internal.compiler.lookup |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassFile
Represents a class file wrapper on bytes, it is aware of its actual
type name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionHandlingFlowContext
Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc...
|
class |
FinallyFlowContext
Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc...
|
class |
FlowContext
Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc...
|
class |
InitializationFlowContext
Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc...
|
class |
InsideSubRoutineFlowContext
Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc...
|
class |
LabelFlowContext
Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc...
|
class |
LoopingFlowContext
Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc...
|
class |
SwitchFlowContext
Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc...
|
class |
TryFlowContext
Shared implementation for try-statement-related flow contexts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LookupEnvironment |
class |
PackageBinding |
class |
ProblemPackageBinding |
Copyright © 2013. All rights reserved.