org.apache.xalan.xsltc.compiler
Class FlowList
java.lang.Object
org.apache.xalan.xsltc.compiler.FlowList
public final class FlowList
- extends java.lang.Object
Field Summary |
private java.util.Vector |
_elements
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_elements
private java.util.Vector _elements
FlowList
public FlowList()
FlowList
public FlowList(InstructionHandle bh)
add
public FlowList add(InstructionHandle bh)
append
public FlowList append(FlowList right)
backPatch
public void backPatch(InstructionHandle target)
- Back patch a flow list. All instruction handles must be branch handles.
copyAndRedirect
public FlowList copyAndRedirect(InstructionList oldList,
InstructionList newList)
- Redirect the handles from oldList to newList. "This" flow list
is assumed to be relative to oldList.