Class XmlClass


  • public final class XmlClass
    extends Object
    XML representation of a Java class from XMIR.

    This class provides functionality to parse and convert XMIR (EO XML representation) class nodes into bytecode classes. It handles extraction of class properties, methods, fields, annotations, and attributes from the XML structure.

    Since:
    0.1.0
    • Method Detail

      • bytecode

        public BytecodeClass bytecode()
        Convert to bytecode.
        Returns:
        Bytecode class.