public final class FlowList extends Object
Constructor and Description |
---|
FlowList() |
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 add(InstructionHandle bh)
public void backPatch(InstructionHandle target)
public FlowList copyAndRedirect(InstructionList oldList, InstructionList newList)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.