Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeAnnotationProperty
Packages that use BytecodeAnnotationProperty
Package
Description
Contains classes for generating bytecode in the form of Java classes.
Package for reading XMIR files and converting them into bytecode.
-
Uses of BytecodeAnnotationProperty in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeAnnotationPropertyModifier and TypeMethodDescriptionstatic BytecodeAnnotationProperty
BytecodeAnnotationProperty.annotation
(String name, String desc, List<Object> values) Factory method for annotation property.static BytecodeAnnotationProperty
Factory method for array property.static BytecodeAnnotationProperty
Factory method for property by type.static BytecodeAnnotationProperty
Factory method for enum property.static BytecodeAnnotationProperty
Factory method for plain property. -
Uses of BytecodeAnnotationProperty in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeAnnotationProperty