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)
Method Summary
intgetIteratorIndex()
intgetLocalIndex(String name)
InstructionloadHandler()
InstructionstoreHandler()

Constructor Detail

RtMethodGenerator

public RtMethodGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp)

Method Detail

getIteratorIndex

public int getIteratorIndex()

getLocalIndex

public int getLocalIndex(String name)

loadHandler

public final Instruction loadHandler()

storeHandler

public final Instruction storeHandler()
Copyright © 2005 Apache XML Project. All Rights Reserved.