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 BytecodeAnnotationPropertyBytecodeAnnotationProperty.annotation(String name, String desc, List<Object> values) Factory method for annotation property.static BytecodeAnnotationPropertyFactory method for array property.static BytecodeAnnotationPropertyFactory method for property by type.static BytecodeAnnotationPropertyFactory method for enum property.static BytecodeAnnotationPropertyFactory method for plain property. -
Uses of BytecodeAnnotationProperty in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeAnnotationProperty