Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeAnnotations
-
Packages that use BytecodeAnnotations 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 BytecodeAnnotations in org.eolang.jeo.representation.asm
Methods in org.eolang.jeo.representation.asm that return BytecodeAnnotations Modifier and Type Method Description BytecodeAnnotations
AsmAnnotations. bytecode()
Convert asm annotations to domain annotations. -
Uses of BytecodeAnnotations in org.eolang.jeo.representation.bytecode
-
Uses of BytecodeAnnotations in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeAnnotations Modifier and Type Method Description BytecodeAnnotations
XmlAnnotations. bytecode()
Convert to bytecode.
-