Package org.eolang.jeo.representation.asm
ASM library integration for bytecode manipulation.
This package contains classes that provide integration with the ASM library for parsing, analyzing, and manipulating Java bytecode. These classes serve as adapters between ASM's internal representation and JEO's domain models.
- Since:
- 0.6.0
-
Class Summary Class Description AsmAnnotations Asm annotations.AsmAnnotationValues Annotation values in ASM representation.AsmClass ASM-based bytecode parser for Java classes.AsmLabels Asm Method Labels.AsmModule ASM-based bytecode parser for Java modules.AsmProgram ASM bytecode parser.AsmUnknownAttribute Asm unknown attribute.AsmUnknownAttributes ASM custom attributes. -
Enum Summary Enum Description DisassembleMode Enumeration of bytecode disassembly modes.