Uses of Class
org.apache.xalan.xsltc.compiler.FlowList
Packages that use FlowList
-
Uses of FlowList in org.apache.xalan.xsltc.compiler
Methods in org.apache.xalan.xsltc.compiler that return FlowListModifier and TypeMethodDescriptionFlowList.add
(org.apache.bcel.generic.InstructionHandle bh) FlowList.copyAndRedirect
(org.apache.bcel.generic.InstructionList oldList, org.apache.bcel.generic.InstructionList newList) Redirect the handles from oldList to newList.Methods in org.apache.xalan.xsltc.compiler with parameters of type FlowListConstructors in org.apache.xalan.xsltc.compiler with parameters of type FlowList -
Uses of FlowList in org.apache.xalan.xsltc.compiler.util
Methods in org.apache.xalan.xsltc.compiler.util that return FlowListModifier and TypeMethodDescriptionIntType.translateToDesynthesized
(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type) Expects an integer on the stack and translates it to a non-synthesized boolean.NodeSetType.translateToDesynthesized
(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type) Translates a node-set into a non-synthesized boolean.NodeType.translateToDesynthesized
(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type) Translates a node into a non-synthesized boolean.RealType.translateToDesynthesized
(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type) Translates a real into a non-synthesized boolean.ReferenceType.translateToDesynthesized
(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type) Expects a reference on the stack and translates it to a non-synthesized boolean.ResultTreeType.translateToDesynthesized
(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type) Translates a result tree into a non-synthesized boolean.StringType.translateToDesynthesized
(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type) Translates a string into a non-synthesized boolean.Type.translateToDesynthesized
(ClassGenerator classGen, MethodGenerator methodGen, BooleanType type) Translates an object of this type to an non-synthesized boolean.Type.translateToDesynthesized
(ClassGenerator classGen, MethodGenerator methodGen, Type type) Translates object of this type to an object of typetype
.