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