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 classstatic classstatic classstatic classstatic classstatic classstatic classstatic classFields in de.mirkosertic.bytecoder.core.ir declared as ProjectionModifier and TypeFieldDescriptionstatic final ProjectionStandardProjections.DEFAULTstatic final ProjectionStandardProjections.FALSEstatic final ProjectionStandardProjections.TRUEstatic final ProjectionStandardProjections.TRYCATCHEXITstatic final ProjectionStandardProjections.TRYCATCHGUARDFields in de.mirkosertic.bytecoder.core.ir with type parameters of type ProjectionModifier and TypeFieldDescriptionfinal Map<Projection, ControlTokenConsumer> ControlTokenConsumer.controlFlowsToMethods 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 TypeMethodDescriptionvoidControlTokenConsumer.addControlFlowTo(Projection projection, ControlTokenConsumer node) -
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) -
Uses of Projection in de.mirkosertic.bytecoder.core.patternmatcher
Methods in de.mirkosertic.bytecoder.core.patternmatcher with parameters of type ProjectionModifier and TypeMethodDescriptionprivate PatternMatcher.PathPatternMatcher.Path.controlGoingTo(Projection projection, int nodeIndex, NodeType nodeType)