Class AccessorGeneratorMethodProxy

    • Field Detail

      • targetMethod

        protected final org.objectweb.asm.tree.MethodNode targetMethod
        The target field, identified by the accessor info
      • argTypes

        protected final org.objectweb.asm.Type[] argTypes
        Accessor method argument types (raw, from method)
      • returnType

        protected final org.objectweb.asm.Type returnType
        Accessor method return type (raw, from method)
    • Constructor Detail

      • AccessorGeneratorMethodProxy

        public AccessorGeneratorMethodProxy​(AccessorInfo info)
      • AccessorGeneratorMethodProxy

        protected AccessorGeneratorMethodProxy​(AccessorInfo info,
                                               boolean isStatic)
    • Method Detail

      • generate

        public org.objectweb.asm.tree.MethodNode generate()
        Description copied from class: AccessorGenerator
        Generate the accessor method
        Specified by:
        generate in class AccessorGenerator
        Returns:
        generated accessor method