Uses of Class
de.mirkosertic.bytecoder.core.ir.EdgeType
-
Packages that use EdgeType Package Description de.mirkosertic.bytecoder.core.ir de.mirkosertic.bytecoder.core.parser -
-
Uses of EdgeType in de.mirkosertic.bytecoder.core.ir
Fields in de.mirkosertic.bytecoder.core.ir declared as EdgeType Modifier and Type Field Description private EdgeTypeProjection. edgeTypeMethods in de.mirkosertic.bytecoder.core.ir that return EdgeType Modifier and Type Method Description EdgeTypeProjection. edgeType()static EdgeTypeEdgeType. valueOf(java.lang.String name)Returns 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 EdgeType Modifier and Type Method Description Projection.DefaultProjectionProjection.DefaultProjection. withEdgeType(EdgeType edgeType)Projection.ExceptionHandlerProjection.ExceptionHandler. withEdgeType(EdgeType edgeType)Projection.FalseProjectionProjection.FalseProjection. withEdgeType(EdgeType edgeType)Projection.IndexedProjectionProjection.IndexedProjection. withEdgeType(EdgeType edgeType)Projection.KeyedProjectionProjection.KeyedProjection. withEdgeType(EdgeType edgeType)Projection.TrueProjectionProjection.TrueProjection. withEdgeType(EdgeType edgeType)Projection.TryCatchGuardedExitProjection.TryCatchGuardedExit. withEdgeType(EdgeType edgeType)Projection.TryCatchGuardedProjectionProjection.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 EdgeType Modifier and Type Method Description voidGraph. applyFixups(java.util.Map<org.objectweb.asm.tree.AbstractInsnNode,java.util.Map<org.objectweb.asm.tree.AbstractInsnNode,EdgeType>> incomingEdgesPerInstruction)voidFixup. applyTo(Graph g, java.util.Map<org.objectweb.asm.tree.AbstractInsnNode,java.util.Map<org.objectweb.asm.tree.AbstractInsnNode,EdgeType>> incomingEdgesPerLabel)Constructors in de.mirkosertic.bytecoder.core.ir with parameters of type EdgeType Constructor Description DefaultProjection(EdgeType edgeType)FalseProjection(EdgeType edgeType)IndexedProjection(EdgeType edgeType, int index)KeyedProjection(EdgeType edgeType, int key)Projection(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 EdgeType Modifier and Type Method Description voidControlFlowFixup. applyTo(Graph g, java.util.Map<org.objectweb.asm.tree.AbstractInsnNode,java.util.Map<org.objectweb.asm.tree.AbstractInsnNode,EdgeType>> incomingEdgesPerInstruction)private java.util.List<ControlFlow>GraphParser. parse(ControlFlow currentFlow, java.util.Map<org.objectweb.asm.tree.AbstractInsnNode,java.util.Map<org.objectweb.asm.tree.AbstractInsnNode,EdgeType>> incomingEdgesPerInstruction)
-