Uses of Class
de.mirkosertic.bytecoder.core.ir.Projection
-
Packages that use Projection Package Description de.mirkosertic.bytecoder.core.ir de.mirkosertic.bytecoder.core.parser de.mirkosertic.bytecoder.core.patternmatcher -
-
Uses of Projection in de.mirkosertic.bytecoder.core.ir
Subclasses of Projection in de.mirkosertic.bytecoder.core.ir Modifier and Type Class Description static classProjection.DefaultProjectionstatic classProjection.ExceptionHandlerstatic classProjection.FalseProjectionstatic classProjection.IndexedProjectionstatic classProjection.KeyedProjectionstatic classProjection.TrueProjectionstatic classProjection.TryCatchGuardedExitstatic classProjection.TryCatchGuardedProjectionFields in de.mirkosertic.bytecoder.core.ir declared as Projection Modifier and Type Field Description static ProjectionStandardProjections. DEFAULTstatic ProjectionStandardProjections. FALSEstatic ProjectionStandardProjections. TRUEstatic ProjectionStandardProjections. TRYCATCHEXITstatic ProjectionStandardProjections. TRYCATCHGUARDFields in de.mirkosertic.bytecoder.core.ir with type parameters of type Projection Modifier and Type Field Description java.util.Map<Projection,ControlTokenConsumer>ControlTokenConsumer. controlFlowsToMethods 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 voidControlTokenConsumer. addControlFlowTo(Projection projection, ControlTokenConsumer node) -
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 ProjectionControlFlowFixup. projectionConstructors 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) -
Uses of Projection in de.mirkosertic.bytecoder.core.patternmatcher
Methods in de.mirkosertic.bytecoder.core.patternmatcher with parameters of type Projection Modifier and Type Method Description private PatternMatcher.PathPatternMatcher.Path. controlGoingTo(Projection projection, int nodeIndex, NodeType nodeType)
-