org.eclipse.jdt.internal.compiler.flow |
|
Java Source File Name | Type | Comment |
ConditionalFlowInfo.java | Class | |
ExceptionHandlingFlowContext.java | Class | Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc... |
FinallyFlowContext.java | Class | Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc... |
FlowContext.java | Class | Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc... |
FlowInfo.java | Class | |
InitializationFlowContext.java | Class | Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc... |
InsideSubRoutineFlowContext.java | Class | Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc... |
LabelFlowContext.java | Class | Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc... |
LoopingFlowContext.java | Class | Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc... |
NullInfoRegistry.java | Class | A degenerate form of UnconditionalFlowInfo explicitly meant to capture
the effects of null related operations within try blocks. |
SwitchFlowContext.java | Class | Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc... |
UnconditionalFlowInfo.java | Class | Record initialization status during definite assignment analysis
No caching of pre-allocated instances. |