Uses of Enum
de.mirkosertic.bytecoder.core.ir.EdgeType
Packages that use EdgeType
-
Uses of EdgeType in de.mirkosertic.bytecoder.core.ir
Subclasses with type arguments of type EdgeType in de.mirkosertic.bytecoder.core.irFields in de.mirkosertic.bytecoder.core.ir declared as EdgeTypeMethods in de.mirkosertic.bytecoder.core.ir that return EdgeTypeModifier and TypeMethodDescriptionProjection.edgeType()static EdgeTypeReturns the enum constant of this type with the specified name.static EdgeType[]EdgeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mirkosertic.bytecoder.core.ir with parameters of type EdgeTypeModifier and TypeMethodDescriptionProjection.DefaultProjection.withEdgeType(EdgeType edgeType) Projection.ExceptionHandler.withEdgeType(EdgeType edgeType) Projection.FalseProjection.withEdgeType(EdgeType edgeType) Projection.IndexedProjection.withEdgeType(EdgeType edgeType) Projection.KeyedProjection.withEdgeType(EdgeType edgeType) Projection.TrueProjection.withEdgeType(EdgeType edgeType) Projection.TryCatchGuardedExit.withEdgeType(EdgeType edgeType) Projection.TryCatchGuardedProjection.withEdgeType(EdgeType edgeType) abstract <T extends Projection>
TProjection.withEdgeType(EdgeType edgeType) Method parameters in de.mirkosertic.bytecoder.core.ir with type arguments of type EdgeTypeModifier and TypeMethodDescriptionvoidGraph.applyFixups(Map<org.objectweb.asm.tree.AbstractInsnNode, Map<org.objectweb.asm.tree.AbstractInsnNode, EdgeType>> incomingEdgesPerInstruction) voidFixup.applyTo(Graph g, Map<org.objectweb.asm.tree.AbstractInsnNode, Map<org.objectweb.asm.tree.AbstractInsnNode, EdgeType>> incomingEdgesPerLabel) Constructors in de.mirkosertic.bytecoder.core.ir with parameters of type EdgeTypeModifierConstructorDescriptionDefaultProjection(EdgeType edgeType) FalseProjection(EdgeType edgeType) IndexedProjection(EdgeType edgeType, int index) KeyedProjection(EdgeType edgeType, int key) protectedProjection(EdgeType edgeType) TrueProjection(EdgeType edgeType) TryCatchGuardedExit(EdgeType edgeType) TryCatchGuardedProjection(EdgeType edgeType) -
Uses of EdgeType in de.mirkosertic.bytecoder.core.parser
Method parameters in de.mirkosertic.bytecoder.core.parser with type arguments of type EdgeTypeModifier and TypeMethodDescriptionvoidControlFlowFixup.applyTo(Graph g, Map<org.objectweb.asm.tree.AbstractInsnNode, Map<org.objectweb.asm.tree.AbstractInsnNode, EdgeType>> incomingEdgesPerInstruction) private List<ControlFlow> GraphParser.parse(ControlFlow currentFlow, Map<org.objectweb.asm.tree.AbstractInsnNode, Map<org.objectweb.asm.tree.AbstractInsnNode, EdgeType>> incomingEdgesPerInstruction)