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 EdgeType
Projection. edgeType
Methods in de.mirkosertic.bytecoder.core.ir that return EdgeType Modifier and Type Method Description EdgeType
Projection. edgeType()
static EdgeType
EdgeType. 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.DefaultProjection
Projection.DefaultProjection. withEdgeType(EdgeType edgeType)
Projection.ExceptionHandler
Projection.ExceptionHandler. withEdgeType(EdgeType edgeType)
Projection.FalseProjection
Projection.FalseProjection. withEdgeType(EdgeType edgeType)
Projection.IndexedProjection
Projection.IndexedProjection. withEdgeType(EdgeType edgeType)
Projection.KeyedProjection
Projection.KeyedProjection. withEdgeType(EdgeType edgeType)
Projection.TrueProjection
Projection.TrueProjection. withEdgeType(EdgeType edgeType)
Projection.TryCatchGuardedExit
Projection.TryCatchGuardedExit. withEdgeType(EdgeType edgeType)
Projection.TryCatchGuardedProjection
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 EdgeType Modifier and Type Method Description void
Graph. applyFixups(java.util.Map<org.objectweb.asm.tree.AbstractInsnNode,java.util.Map<org.objectweb.asm.tree.AbstractInsnNode,EdgeType>> incomingEdgesPerInstruction)
void
Fixup. 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 void
ControlFlowFixup. 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)
-