org.apache.xalan.xsltc.compiler.util
Class RtMethodGenerator
public final
class
RtMethodGenerator
extends MethodGenerator
This class is used for result trees implemented as methods. These
methods take a reference to the DOM and to the handler only.
Author: Jacek Ambroziak Santiago Pericas-Geertsen
Constructor Summary |
| RtMethodGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp) |
public RtMethodGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp)
public int getIteratorIndex()
public int getLocalIndex(String name)
public final Instruction loadHandler()
public final Instruction storeHandler()
Copyright B) 2006 Apache XML Project. All Rights Reserved.