Class BytecodeParamAnnotations

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

public final class BytecodeParamAnnotations extends Object
Bytecode parameter annotations.
Since:
0.15.0
  • Constructor Details

    • BytecodeParamAnnotations

      public BytecodeParamAnnotations(int index, BytecodeAnnotations annotations)
      Constructor.
      Parameters:
      index - Parameter index.
      annotations - Parameter annotations.
  • Method Details

    • write

      public void write(org.objectweb.asm.MethodVisitor visitor)
      Write all parameter annotations to bytecode.
      Parameters:
      visitor - Method to write in.