org.apache.xalan.xsltc.compiler.util
public final class NamedMethodGenerator extends MethodGenerator
Constructor Summary | |
---|---|
NamedMethodGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp) |
Method Summary | |
---|---|
int | getLocalIndex(String name) |
Instruction | loadParameter(int index) |
Instruction | storeParameter(int index) |