public class InsertImmediateSuccessor
extends java.lang.Object
targetNode
before a baseNode
on all the paths, without any other major changes to the existing CFG.Modifier and Type | Class and Description |
---|---|
private static class |
InsertImmediateSuccessor.ImmediateSuccessorSimpleInserter |
Constructor and Description |
---|
InsertImmediateSuccessor() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<UpdateSideEffects> |
insertImmediateSuccessor(Node baseNode,
Node targetNode) |
public static java.util.ArrayList<UpdateSideEffects> insertImmediateSuccessor(Node baseNode, Node targetNode)