Uses of Class
de.mirkosertic.bytecoder.core.ir.Projection
-
Packages that use Projection Package Description de.mirkosertic.bytecoder.core.ir de.mirkosertic.bytecoder.core.optimizer de.mirkosertic.bytecoder.core.parser -
-
Uses of Projection in de.mirkosertic.bytecoder.core.ir
Subclasses of Projection in de.mirkosertic.bytecoder.core.ir Modifier and Type Class Description static class
Projection.DefaultProjection
static class
Projection.ExceptionHandler
static class
Projection.FalseProjection
static class
Projection.IndexedProjection
static class
Projection.KeyedProjection
static class
Projection.TrueProjection
static class
Projection.TryCatchGuardedExit
static class
Projection.TryCatchGuardedProjection
Fields in de.mirkosertic.bytecoder.core.ir declared as Projection Modifier and Type Field Description static Projection
StandardProjections. DEFAULT
static Projection
StandardProjections. FALSE
static Projection
StandardProjections. TRUE
static Projection
StandardProjections. TRYCATCHEXIT
static Projection
StandardProjections. TRYCATCHGUARD
Fields in de.mirkosertic.bytecoder.core.ir with type parameters of type Projection Modifier and Type Field Description java.util.Map<Projection,ControlTokenConsumer>
ControlTokenConsumer. controlFlowsTo
Methods in de.mirkosertic.bytecoder.core.ir with type parameters of type Projection Modifier and Type Method Description abstract <T extends Projection>
TProjection. withEdgeType(EdgeType edgeType)
Methods in de.mirkosertic.bytecoder.core.ir with parameters of type Projection Modifier and Type Method Description void
ControlTokenConsumer. addControlFlowTo(Projection projection, ControlTokenConsumer node)
void
Region. addControlFlowTo(Projection projection, ControlTokenConsumer node)
-
Uses of Projection in de.mirkosertic.bytecoder.core.optimizer
Fields in de.mirkosertic.bytecoder.core.optimizer declared as Projection Modifier and Type Field Description Projection
NodeContext.ControlFlowEdge. projection
Constructors in de.mirkosertic.bytecoder.core.optimizer with parameters of type Projection Constructor Description ControlFlowEdge(Projection projection, ControlTokenConsumer controlTokenConsumer)
-
Uses of Projection in de.mirkosertic.bytecoder.core.parser
Fields in de.mirkosertic.bytecoder.core.parser declared as Projection Modifier and Type Field Description private Projection
ControlFlowFixup. projection
Constructors in de.mirkosertic.bytecoder.core.parser with parameters of type Projection Constructor Description ControlFlowFixup(org.objectweb.asm.tree.AbstractInsnNode sourceInstruction, Frame frame, Projection projection, org.objectweb.asm.tree.AbstractInsnNode targetInstruction)
-