Class FlowContext

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

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