Class NamedMethodGenerator

  • All Implemented Interfaces:
    java.lang.Cloneable, org.apache.bcel.generic.InstructionConstants, org.apache.bcel.generic.NamedAndTyped, Constants

    public final class NamedMethodGenerator
    extends MethodGenerator
    This class is used for named templates. Named template methods have access to the DOM, the current iterator, the handler and the current node.
    Author:
    Jacek Ambroziak, Santiago Pericas-Geertsen
    • Constructor Detail

      • NamedMethodGenerator

        public NamedMethodGenerator​(int access_flags,
                                    org.apache.bcel.generic.Type return_type,
                                    org.apache.bcel.generic.Type[] arg_types,
                                    java.lang.String[] arg_names,
                                    java.lang.String method_name,
                                    java.lang.String class_name,
                                    org.apache.bcel.generic.InstructionList il,
                                    org.apache.bcel.generic.ConstantPoolGen cp)
    • Method Detail

      • loadParameter

        public org.apache.bcel.generic.Instruction loadParameter​(int index)
      • storeParameter

        public org.apache.bcel.generic.Instruction storeParameter​(int index)