Class AsmClass
- java.lang.Object
-
- org.eolang.jeo.representation.asm.AsmClass
-
public final class AsmClass extends Object
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BytecodeClass
bytecode()
Convert ASM class to domain bytecode class.
-
-
-
Method Detail
-
bytecode
public BytecodeClass bytecode()
Convert ASM class to domain bytecode class.- Returns:
- The domain bytecode class representation
-
-