Class ExceptionHandlingFlowContext

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.flow.FlowContext
org.aspectj.org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
All Implemented Interfaces:
TypeConstants
Direct Known Subclasses:
FieldInitsFakingFlowContext, InitializationFlowContext

public class ExceptionHandlingFlowContext extends FlowContext
Reflects the context of code analysis, keeping track of enclosing try statements, exception handlers, etc...