Searched refs:FlowList (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFlowList.java21 * $Id: FlowList.java,v 1.2.4.1 2005/09/01 15:21:43 pvedula Exp $
37 public final class FlowList { class
40 public FlowList() { method in class:FlowList
44 public FlowList(InstructionHandle bh) { method in class:FlowList
49 public FlowList(FlowList list) { method in class:FlowList
53 public FlowList add(InstructionHandle bh) {
61 public FlowList append(FlowList right) {
95 public FlowList copyAndRedirec
[all...]
H A DExpression.java59 protected FlowList _trueList = new FlowList();
64 protected FlowList _falseList = new FlowList();
172 public FlowList getFalseList() {
176 public FlowList getTrueList() {
H A DTestSeq.java254 FlowList trueList = pattern.getTrueList();
258 FlowList falseList = pattern.getFalseList();
H A DCastExpr.java193 FlowList fl;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DStringType.java39 import com.sun.org.apache.xalan.internal.xsltc.compiler.FlowList;
104 FlowList falsel = translateToDesynthesized(classGen, methodGen, type);
133 public FlowList translateToDesynthesized(ClassGenerator classGen,
141 return new FlowList(il.append(new IFEQ(null)));
H A DType.java29 import com.sun.org.apache.xalan.internal.xsltc.compiler.FlowList;
160 public FlowList translateToDesynthesized(ClassGenerator classGen,
163 FlowList fl = null;
179 public FlowList translateToDesynthesized(ClassGenerator classGen,
H A DNodeSetType.java38 import com.sun.org.apache.xalan.internal.xsltc.compiler.FlowList;
157 FlowList falsel = translateToDesynthesized(classGen, methodGen, type);
222 public FlowList translateToDesynthesized(ClassGenerator classGen,
227 return new FlowList(il.append(new IFLT(null)));
H A DNodeType.java41 import com.sun.org.apache.xalan.internal.xsltc.compiler.FlowList;
169 FlowList falsel = translateToDesynthesized(classGen, methodGen, type);
225 public FlowList translateToDesynthesized(ClassGenerator classGen,
229 return new FlowList(il.append(new IFEQ(null)));
H A DRealType.java43 import com.sun.org.apache.xalan.internal.xsltc.compiler.FlowList;
134 FlowList falsel = translateToDesynthesized(classGen, methodGen, type);
161 public FlowList translateToDesynthesized(ClassGenerator classGen,
165 final FlowList flowlist = new FlowList();
H A DIntType.java50 import com.sun.org.apache.xalan.internal.xsltc.compiler.FlowList;
163 public FlowList translateToDesynthesized(ClassGenerator classGen,
167 return new FlowList(il.append(new IFEQ(null)));
H A DReferenceType.java38 import com.sun.org.apache.xalan.internal.xsltc.compiler.FlowList;
349 public FlowList translateToDesynthesized(ClassGenerator classGen,
354 return new FlowList(il.append(new IFEQ(null)));
H A DResultTreeType.java41 import com.sun.org.apache.xalan.internal.xsltc.compiler.FlowList;
382 public FlowList translateToDesynthesized(ClassGenerator classGen,
387 return new FlowList(il.append(new IFEQ(null)));

Completed in 72 milliseconds