Uses of Class
de.mirkosertic.bytecoder.core.ir.Projection
Packages that use Projection
Package
Description
-
Uses of Projection in de.mirkosertic.bytecoder.core.ir
Subclasses of Projection in de.mirkosertic.bytecoder.core.irModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
Fields in de.mirkosertic.bytecoder.core.ir declared as ProjectionModifier and TypeFieldDescriptionstatic final Projection
StandardProjections.DEFAULT
static final Projection
StandardProjections.FALSE
static final Projection
StandardProjections.TRUE
static final Projection
StandardProjections.TRYCATCHEXIT
static final Projection
StandardProjections.TRYCATCHGUARD
Fields in de.mirkosertic.bytecoder.core.ir with type parameters of type ProjectionModifier and TypeFieldDescriptionfinal Map
<Projection, ControlTokenConsumer> ControlTokenConsumer.controlFlowsTo
Methods in de.mirkosertic.bytecoder.core.ir with type parameters of type ProjectionModifier and TypeMethodDescriptionabstract <T extends Projection>
TProjection.withEdgeType
(EdgeType edgeType) Methods in de.mirkosertic.bytecoder.core.ir with parameters of type ProjectionModifier and TypeMethodDescriptionvoid
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 ProjectionConstructors in de.mirkosertic.bytecoder.core.optimizer with parameters of type ProjectionModifierConstructorDescriptionControlFlowEdge
(Projection projection, ControlTokenConsumer controlTokenConsumer) -
Uses of Projection in de.mirkosertic.bytecoder.core.parser
Fields in de.mirkosertic.bytecoder.core.parser declared as ProjectionConstructors in de.mirkosertic.bytecoder.core.parser with parameters of type ProjectionModifierConstructorDescriptionControlFlowFixup
(org.objectweb.asm.tree.AbstractInsnNode sourceInstruction, Frame frame, Projection projection, org.objectweb.asm.tree.AbstractInsnNode targetInstruction)