Class XmlClass
java.lang.Object
org.eolang.jeo.representation.xmir.XmlClass
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 Summary
-
Method Details
-
bytecode
Convert to bytecode.- Returns:
- Bytecode class.
-