Class 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 Detail

      • bytecode

        public BytecodeClass bytecode()
        Convert ASM class to domain bytecode class.
        Returns:
        The domain bytecode class representation