Class BytecodePlainAnnotationValue
java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodePlainAnnotationValue
- All Implemented Interfaces:
BytecodeAnnotationValue
An annotation value that is a plain value.
- Since:
- 0.6
-
Constructor Details
-
BytecodePlainAnnotationValue
Constructor.- Parameters:
name- The name of the annotation property.value- The actual value.
-
-
Method Details
-
writeTo
public void writeTo(org.objectweb.asm.AnnotationVisitor visitor) Description copied from interface:BytecodeAnnotationValueWrite the value to the given visitor.- Specified by:
writeToin interfaceBytecodeAnnotationValue- Parameters:
visitor- Visitor.
-
directives
- Specified by:
directivesin interfaceBytecodeAnnotationValue
-