Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeAnnotations
Packages that use BytecodeAnnotations
Package
Description
Contains classes for working with the ASM library.
Contains classes for generating bytecode in the form of Java classes.
Package for reading XMIR files and converting them into bytecode.
-
Uses of BytecodeAnnotations in org.eolang.jeo.representation.asm
Methods in org.eolang.jeo.representation.asm that return BytecodeAnnotationsModifier and TypeMethodDescriptionAsmAnnotations.bytecode()
Convert asm annotations to domain annotations. -
Uses of BytecodeAnnotations in org.eolang.jeo.representation.bytecode
Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeAnnotationsModifierConstructorDescriptionBytecodeClass
(String name, List<BytecodeMethod> methods, List<BytecodeField> fields, BytecodeAnnotations annotations, BytecodeAttributes attributes, BytecodeClassProperties props) Constructor.BytecodeField
(String name, String descriptor, String signature, Object value, int access, BytecodeAnnotations annotations) Constructor.BytecodeMethod
(String name, BytecodeAnnotations annotations) Constructor.BytecodeMethod
(List<BytecodeEntry> tryblocks, List<BytecodeEntry> instructions, BytecodeAnnotations annotations, BytecodeMethodProperties properties, List<BytecodeDefaultValue> defvalues, BytecodeMaxs maxs, BytecodeAttributes attributes) Constructor.BytecodeMethodParameter
(int index, String name, int access, org.objectweb.asm.Type type, BytecodeAnnotations annotations) Constructor.BytecodeMethodParameter
(int index, String name, org.objectweb.asm.Type type, BytecodeAnnotations annotations) Constructor.BytecodeMethodParameter
(int index, org.objectweb.asm.Type type, BytecodeAnnotations annotations) Constructor. -
Uses of BytecodeAnnotations in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeAnnotations