Class BytecodeArrayAnnotationValue
java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeArrayAnnotationValue
- All Implemented Interfaces:
BytecodeAnnotationValue
An annotation value that is an array.
- Since:
- 0.6
-
Constructor Summary
ConstructorsConstructorDescriptionBytecodeArrayAnnotationValue
(String name, List<BytecodeAnnotationValue> values) Constructor. -
Method Summary
-
Constructor Details
-
BytecodeArrayAnnotationValue
Constructor.- Parameters:
name
- The name of the annotation property.values
- The actual values.
-
-
Method Details
-
writeTo
public void writeTo(org.objectweb.asm.AnnotationVisitor visitor) Description copied from interface:BytecodeAnnotationValue
Write the value to the given visitor.- Specified by:
writeTo
in interfaceBytecodeAnnotationValue
- Parameters:
visitor
- Visitor.
-
directives
- Specified by:
directives
in interfaceBytecodeAnnotationValue
-