Package de.mirkosertic.bytecoder.core.ir
Class Projection.DefaultProjection
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.ir.Projection
-
- de.mirkosertic.bytecoder.core.ir.Projection.DefaultProjection
-
- Enclosing class:
- Projection
public static class Projection.DefaultProjection 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 DefaultProjection(EdgeType edgeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Projection.DefaultProjection
withEdgeType(EdgeType edgeType)
-
Methods inherited from class de.mirkosertic.bytecoder.core.ir.Projection
additionalDebugInfo, edgeType, isControlFlow
-
-
-
-
Constructor Detail
-
DefaultProjection
public DefaultProjection(EdgeType edgeType)
-
-
Method Detail
-
withEdgeType
public Projection.DefaultProjection withEdgeType(EdgeType edgeType)
- Specified by:
withEdgeType
in classProjection
-
-