Class BytecodeAnnotationAnnotationValue
java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeAnnotationAnnotationValue
- All Implemented Interfaces:
BytecodeAnnotationValue
public final class BytecodeAnnotationAnnotationValue
extends Object
implements BytecodeAnnotationValue
An annotation value that is itself an annotation.
- Since:
- 0.6
-
Constructor Summary
ConstructorsConstructorDescriptionBytecodeAnnotationAnnotationValue
(String name, String descriptor, List<BytecodeAnnotationValue> values) Constructor. -
Method Summary
-
Constructor Details
-
BytecodeAnnotationAnnotationValue
public BytecodeAnnotationAnnotationValue(String name, String descriptor, List<BytecodeAnnotationValue> values) Constructor.- Parameters:
name
- The name of the annotation property.descriptor
- The descriptor of the annotation.values
- The actual annotation 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
-