Class BytecodeParamAnnotations
java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeParamAnnotations
Bytecode parameter annotations.
- Since:
- 0.15.0
-
Constructor Summary
ConstructorsConstructorDescriptionBytecodeParamAnnotations(int index, BytecodeAnnotations annotations) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(org.objectweb.asm.MethodVisitor visitor) Write all parameter annotations to bytecode.
-
Constructor Details
-
BytecodeParamAnnotations
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.
-