Class BytecodeMethodParameter

java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeMethodParameter

public final class BytecodeMethodParameter extends Object
Bytecode method parameter.
Since:
0.6
  • Constructor Details

    • BytecodeMethodParameter

      public BytecodeMethodParameter(int index, org.objectweb.asm.Type type)
      Constructor.
      Parameters:
      index - Index of the parameter.
      type - Type of the parameter.
    • BytecodeMethodParameter

      public BytecodeMethodParameter(int index, org.objectweb.asm.Type type, BytecodeAnnotations annotations)
      Constructor.
      Parameters:
      index - Index of the parameter.
      type - Type of the parameter.
      annotations - Annotations of the parameter.
  • Method Details

    • write

      public void write(org.objectweb.asm.MethodVisitor visitor)
      Write to the method visitor.
      Parameters:
      visitor - Method visitor.