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:BytecodeAnnotationValueWrite the value to the given visitor.- Specified by:
writeToin interfaceBytecodeAnnotationValue- Parameters:
avisitor- Visitor.
-