Class SwitchFlowContext

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

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