Class AsmClass
java.lang.Object
org.eolang.jeo.representation.asm.AsmClass
ASM-based bytecode parser for Java classes.
This class provides functionality to parse ASM ClassNode objects and convert them into domain-specific bytecode representations. It handles extraction of class properties, methods, fields, and annotations from ASM's internal structure.
- Since:
- 0.6.0
-
Method Summary
-
Method Details
-
bytecode
Convert ASM class to domain bytecode class.- Returns:
- The domain bytecode class representation
-