Uses of Interface
org.eolang.jeo.representation.bytecode.BytecodeAnnotationValue
-
Packages that use BytecodeAnnotationValue Package Description org.eolang.jeo.representation.asm ASM library integration for bytecode manipulation.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.asm
Methods in org.eolang.jeo.representation.asm that return types with arguments of type BytecodeAnnotationValue Modifier and Type Method Description List<BytecodeAnnotationValue>AsmAnnotationValues. bytecode()Convert to bytecode representation. -
Uses of BytecodeAnnotationValue in org.eolang.jeo.representation.bytecode
Classes in org.eolang.jeo.representation.bytecode that implement BytecodeAnnotationValue Modifier and Type Class Description classBytecodeAnnotationBytecode annotation.classBytecodeAnnotationAnnotationValueAn annotation value that is itself an annotation.classBytecodeArrayAnnotationValueAn annotation value that is an array.classBytecodeEnumAnnotationValueAn annotation value that is an enumeration.classBytecodePlainAnnotationValueAn 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.BytecodeTypeAnnotation(int ref, org.objectweb.asm.TypePath path, String desc, boolean visible, 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 BytecodeAnnotationValueXmlAnnotationValue. bytecode()Transform to bytecode.
-