Uses of Interface
org.eolang.jeo.representation.bytecode.BytecodeAnnotationValue
Packages that use BytecodeAnnotationValue
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 BytecodeAnnotationValue in org.eolang.jeo.representation.bytecode
Classes in org.eolang.jeo.representation.bytecode that implement BytecodeAnnotationValueModifier and TypeClassDescriptionfinal classBytecode annotation.final classAn annotation value that is itself an annotation.final classAn annotation value that is an array.final classAn annotation value that is an enumeration.final classAn annotation value that is a plain value.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeAnnotationValueModifierConstructorDescriptionBytecodeDefaultValue(BytecodeAnnotationValue property) Constructor.Constructor parameters in org.eolang.jeo.representation.bytecode with type arguments of type BytecodeAnnotationValueModifierConstructorDescriptionBytecodeAnnotation(String descriptor, boolean visible, List<BytecodeAnnotationValue> vals) Constructor.BytecodeAnnotationAnnotationValue(String name, String descriptor, List<BytecodeAnnotationValue> values) Constructor.BytecodeArrayAnnotationValue(String name, List<BytecodeAnnotationValue> values) Constructor. -
Uses of BytecodeAnnotationValue in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeAnnotationValue