Uses of Class
org.apache.xalan.xsltc.compiler.FlowList

Packages that use FlowList
org.apache.xalan.xsltc.compiler   
org.apache.xalan.xsltc.compiler.util   
 

Uses of FlowList in org.apache.xalan.xsltc.compiler
 

Fields in org.apache.xalan.xsltc.compiler declared as FlowList
protected  FlowList Expression._falseList
          Instruction handles that comprise the false list.
protected  FlowList Expression._trueList
          Instruction handles that comprise the true list.
 

Methods in org.apache.xalan.xsltc.compiler that return FlowList
 FlowList FlowList.add(InstructionHandle bh)
           
 FlowList FlowList.append(FlowList right)
           
 FlowList FlowList.copyAndRedirect(InstructionList oldList, InstructionList newList)
          Redirect the handles from oldList to newList.
 FlowList Expression.getFalseList()
           
 FlowList Expression.getTrueList()
           
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type FlowList
 FlowList FlowList.append(FlowList right)
           
 

Uses of FlowList in org.apache.xalan.xsltc.compiler.util
 

Methods in org.apache.xalan.xsltc.compiler.util that return FlowList
 FlowList Type.translateToDesynthesized(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type)
          Translates an object of this type to an non-synthesized boolean.
 FlowList StringType.translateToDesynthesized(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type)
          Translates a string into a non-synthesized boolean.
 FlowList ResultTreeType.translateToDesynthesized(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type)
          Translates a result tree into a non-synthesized boolean.
 FlowList ReferenceType.translateToDesynthesized(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type)
          Expects a reference on the stack and translates it to a non-synthesized boolean.
 FlowList RealType.translateToDesynthesized(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type)
          Translates a real into a non-synthesized boolean.
 FlowList NodeType.translateToDesynthesized(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type)
          Translates a node into a non-synthesized boolean.
 FlowList NodeSetType.translateToDesynthesized(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type)
          Translates a node-set into a non-synthesized boolean.
 FlowList IntType.translateToDesynthesized(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type)
          Expects an integer on the stack and translates it to a non-synthesized boolean.
 FlowList Type.translateToDesynthesized(ClassGenerator classGen, MethodGenerator methodGen, Type type)
          Translates object of this type to an object of type type.