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 Summary
Constructors Constructor Description BytecodeParamAnnotations(int index, BytecodeAnnotations annotations)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(org.objectweb.asm.MethodVisitor visitor)Write all parameter annotations to bytecode.
-
-
-
Constructor Detail
-
BytecodeParamAnnotations
public BytecodeParamAnnotations(int index, BytecodeAnnotations annotations)Constructor.- Parameters:
index- Parameter index.annotations- Parameter annotations.
-
-