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
Factory method for property by type.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeAnnotationPropertyModifierConstructorDescriptionConstructor.Constructor parameters in org.eolang.jeo.representation.bytecode with type arguments of type BytecodeAnnotationPropertyModifierConstructorDescriptionBytecodeAnnotation
(String descriptor, boolean visible, List<BytecodeAnnotationProperty> properties) Constructor. -
Uses of BytecodeAnnotationProperty in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeAnnotationPropertyMethods in org.eolang.jeo.representation.xmir that return types with arguments of type BytecodeAnnotationProperty