org.apache.xalan.xsltc.compiler
Class FlowList
java.lang.Object
org.apache.xalan.xsltc.compiler.FlowList
public final class FlowList
extends java.lang.Object
- Jacek Ambroziak
- Santiago Pericas-Geertsen
FlowList
public FlowList()
FlowList
public FlowList(InstructionHandle bh)
add
public FlowList add(InstructionHandle bh)
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.
Copyright © 2006 Apache XML Project. All Rights Reserved.