Uses of Interface
org.eolang.jeo.representation.bytecode.BytecodeAnnotationValue
Packages that use BytecodeAnnotationValue
Package
Description
ASM library integration for bytecode manipulation.
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.asm
Methods in org.eolang.jeo.representation.asm that return types with arguments of type BytecodeAnnotationValueModifier and TypeMethodDescriptionAsmAnnotationValues.bytecode()Convert to bytecode representation. -
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.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