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