public final class FlowList extends Object
| Constructor and Description |
|---|
FlowList() |
FlowList(FlowList list) |
FlowList(InstructionHandle bh) |
| Modifier and Type | Method and Description |
|---|---|
FlowList |
add(InstructionHandle bh) |
FlowList |
append(FlowList right) |
void |
backPatch(InstructionHandle target)
Back patch a flow list.
|
FlowList |
copyAndRedirect(InstructionList oldList,
InstructionList newList)
Redirect the handles from oldList to newList.
|
public FlowList()
public FlowList(InstructionHandle bh)
public FlowList(FlowList list)
public FlowList add(InstructionHandle bh)
public void backPatch(InstructionHandle target)
public FlowList copyAndRedirect(InstructionList oldList, InstructionList newList)
Copyright © 2018–2021 mhoffrogge. All rights reserved.