Uses of Interface
org.eolang.jeo.representation.bytecode.BytecodeAnnotationValue
-
Packages that use BytecodeAnnotationValue Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes.org.eolang.jeo.representation.xmir 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 BytecodeAnnotationValue Modifier and Type Class Description class
BytecodeAnnotation
Bytecode annotation.class
BytecodeAnnotationAnnotationValue
An annotation value that is itself an annotation.class
BytecodeArrayAnnotationValue
An annotation value that is an array.class
BytecodeEnumAnnotationValue
An annotation value that is an enumeration.class
BytecodePlainAnnotationValue
An annotation value that is a plain value.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeAnnotationValue Constructor Description BytecodeDefaultValue(BytecodeAnnotationValue property)
Constructor.Constructor parameters in org.eolang.jeo.representation.bytecode with type arguments of type BytecodeAnnotationValue Constructor Description BytecodeAnnotation(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 Modifier and Type Method Description BytecodeAnnotationValue
XmlAnnotationValue. bytecode()
Transform to bytecode.
-