org.apache.xalan.xsltc.compiler
public final class FlowList extends Object
| Constructor Summary | |
|---|---|
| FlowList() | |
| FlowList(InstructionHandle bh) | |
| FlowList(FlowList list) | |
| Method Summary | |
|---|---|
| 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. |