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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCallTemplate.java21 * $Id: CallTemplate.java,v 1.2.4.1 2005/09/12 10:02:41 pvedula Exp $
47 final class CallTemplate extends Instruction { class in inherits:Instruction
55 * The array of effective parameters in this CallTemplate. An object in
62 * The corresponding template which this CallTemplate calls.
68 System.out.print("CallTemplate");
186 * Return the simple named template which this CallTemplate calls.
198 * Build the list of effective parameters in this CallTemplate.
200 * Then we visit the WithParam children of this CallTemplate and replace

Completed in 40 milliseconds