Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
Packages, die ExceptionHandlingFlowContext verwenden
-
Verwendungen von ExceptionHandlingFlowContext in org.aspectj.org.eclipse.jdt.internal.compiler.flow
Unterklassen von ExceptionHandlingFlowContext in org.aspectj.org.eclipse.jdt.internal.compiler.flowModifizierer und TypKlasseBeschreibungclassReflects 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...Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.flow mit Parametern vom Typ ExceptionHandlingFlowContextModifizierer und TypMethodeBeschreibungvoidLoopingFlowContext.recordCatchContextOfEscapingException(ExceptionHandlingFlowContext catchingContext, ReferenceBinding caughtException, FlowInfo exceptionInfo) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.compiler.flow mit Parametern vom Typ ExceptionHandlingFlowContextModifiziererKonstruktorBeschreibungFinallyFlowContext(FlowContext parent, ASTNode associatedNode, ExceptionHandlingFlowContext tryContext)