Searched defs:translateToDesynthesized (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DReferenceType.java347 * @see com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type#translateToDesynthesized
349 public FlowList translateToDesynthesized(ClassGenerator classGen, method in class:ReferenceType
H A DIntType.java161 * @see com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type#translateToDesynthesized
163 public FlowList translateToDesynthesized(ClassGenerator classGen, method in class:IntType
H A DNodeSetType.java150 * function getFirstNode() is called in translateToDesynthesized().
157 FlowList falsel = translateToDesynthesized(classGen, methodGen, type);
220 * @see com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type#translateToDesynthesized
222 public FlowList translateToDesynthesized(ClassGenerator classGen, method in class:NodeSetType
H A DNodeType.java169 FlowList falsel = translateToDesynthesized(classGen, methodGen, type);
223 * @see com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type#translateToDesynthesized
225 public FlowList translateToDesynthesized(ClassGenerator classGen, method in class:NodeType
H A DRealType.java134 FlowList falsel = translateToDesynthesized(classGen, methodGen, type);
159 * @see com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type#translateToDesynthesized
161 public FlowList translateToDesynthesized(ClassGenerator classGen, method in class:RealType
H A DResultTreeType.java380 * @see com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type#translateToDesynthesized
382 public FlowList translateToDesynthesized(ClassGenerator classGen, method in class:ResultTreeType
H A DStringType.java104 FlowList falsel = translateToDesynthesized(classGen, methodGen, type);
131 * @see com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type#translateToDesynthesized
133 public FlowList translateToDesynthesized(ClassGenerator classGen, method in class:StringType
H A DType.java160 public FlowList translateToDesynthesized(ClassGenerator classGen, method in class:Type
165 fl = translateToDesynthesized(classGen, methodGen,
179 public FlowList translateToDesynthesized(ClassGenerator classGen, method in class:Type

Completed in 40 milliseconds