Package de.mirkosertic.bytecoder.core.ir
Class Projection.TryCatchGuardedExit
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.ir.Projection
-
- de.mirkosertic.bytecoder.core.ir.Projection.TryCatchGuardedExit
-
- Enclosing class:
- Projection
public static class Projection.TryCatchGuardedExit extends Projection
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.mirkosertic.bytecoder.core.ir.Projection
Projection.DefaultProjection, Projection.ExceptionHandler, Projection.FalseProjection, Projection.IndexedProjection, Projection.KeyedProjection, Projection.TrueProjection, Projection.TryCatchGuardedExit, Projection.TryCatchGuardedProjection
-
-
Constructor Summary
Constructors Constructor Description TryCatchGuardedExit(EdgeType edgeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
additionalDebugInfo()
boolean
isControlFlow()
Projection.TryCatchGuardedExit
withEdgeType(EdgeType edgeType)
-
Methods inherited from class de.mirkosertic.bytecoder.core.ir.Projection
edgeType
-
-
-
-
Constructor Detail
-
TryCatchGuardedExit
public TryCatchGuardedExit(EdgeType edgeType)
-
-
Method Detail
-
withEdgeType
public Projection.TryCatchGuardedExit withEdgeType(EdgeType edgeType)
- Specified by:
withEdgeType
in classProjection
-
additionalDebugInfo
public java.lang.String additionalDebugInfo()
- Overrides:
additionalDebugInfo
in classProjection
-
isControlFlow
public boolean isControlFlow()
- Overrides:
isControlFlow
in classProjection
-
-