Class BytecodeAnnotationProperty
java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeAnnotationProperty
- All Implemented Interfaces:
BytecodeAnnotationValue
Bytecode annotation property.
- Since:
- 0.3
-
Method Summary
-
Method Details
-
byType
Factory method for property by type.- Parameters:
type
- Type.params
- Parameters.- Returns:
- Property.
-
writeTo
public void writeTo(org.objectweb.asm.AnnotationVisitor avisitor) Description copied from interface:BytecodeAnnotationValue
Write the value to the given visitor.- Specified by:
writeTo
in interfaceBytecodeAnnotationValue
- Parameters:
avisitor
- Visitor.
-