org.apache.xalan.xsltc.compiler
Class FlowList

java.lang.Object
  |
  +--org.apache.xalan.xsltc.compiler.FlowList

public final class FlowList
extends java.lang.Object


Constructor Summary
FlowList()
           
FlowList(FlowList list)
           
FlowList(org.apache.xalan.xsltc.compiler.InstructionHandle bh)
           
 
Method Summary
 FlowList add(org.apache.xalan.xsltc.compiler.InstructionHandle bh)
           
 FlowList append(FlowList right)
           
 void backPatch(org.apache.xalan.xsltc.compiler.InstructionHandle target)
          Back patch a flow list.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowList

public FlowList()

FlowList

public FlowList(org.apache.xalan.xsltc.compiler.InstructionHandle bh)

FlowList

public FlowList(FlowList list)
Method Detail

add

public FlowList add(org.apache.xalan.xsltc.compiler.InstructionHandle bh)

append

public FlowList append(FlowList right)

backPatch

public void backPatch(org.apache.xalan.xsltc.compiler.InstructionHandle target)
Back patch a flow list. All instruction handles must be branch handles.


Copyright © 2001 Apache XML Project. All Rights Reserved.