Class BytecodeMethodParameters


  • public final class BytecodeMethodParameters
    extends Object
    Bytecode parameters.
    Since:
    0.4
    • Constructor Detail

      • BytecodeMethodParameters

        public BytecodeMethodParameters()
        Default constructor.
      • BytecodeMethodParameters

        public BytecodeMethodParameters​(String descriptor)
        Constructor.
        Parameters:
        descriptor - Method descriptor.
      • BytecodeMethodParameters

        public BytecodeMethodParameters​(BytecodeMethodParameter... params)
        Constructor.
        Parameters:
        params - Parameters.
      • BytecodeMethodParameters

        public BytecodeMethodParameters​(List<BytecodeMethodParameter> params)
        Constructor.
        Parameters:
        params - Parameters.
    • Method Detail

      • write

        public void write​(org.objectweb.asm.MethodVisitor visitor)
        Add annotation.
        Parameters:
        visitor - Method visitor.