Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
Packages that use ExceptionHandlingFlowContext
-
Uses of ExceptionHandlingFlowContext in org.aspectj.org.eclipse.jdt.internal.compiler.flow
Modifier and TypeClassDescriptionclassReflects the context of code analysis, keeping track of enclosing try statements, exception handlers, etc...classFor instances of this class,FlowContext.getInitsForFinalBlankInitializationCheck(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.TypeBinding, FlowInfo)will returns aFlowInfo.DEAD_END, which for whichFlowInfo.isDefinitelyAssigned(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.FieldBinding)returns true for all fields.classReflects the context of code analysis, keeping track of enclosing try statements, exception handlers, etc...Methods in org.aspectj.org.eclipse.jdt.internal.compiler.flow with parameters of type ExceptionHandlingFlowContextModifier and TypeMethodDescriptionvoidLoopingFlowContext.recordCatchContextOfEscapingException(ExceptionHandlingFlowContext catchingContext, ReferenceBinding caughtException, FlowInfo exceptionInfo) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.flow with parameters of type ExceptionHandlingFlowContextModifierConstructorDescriptionFinallyFlowContext(FlowContext parent, ASTNode associatedNode, ExceptionHandlingFlowContext tryContext)