Class XmlBytecode
java.lang.Object
org.eolang.jeo.representation.xmir.XmlBytecode
XML to Java bytecode.
- Since:
- 0.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionXmlBytecode
(com.jcabi.xml.XML xml) Constructor.XmlBytecode
(com.jcabi.xml.XML xml, boolean verify) Constructor.XmlBytecode
(String... lines) Constructor. -
Method Summary
-
Constructor Details
-
XmlBytecode
Constructor.- Parameters:
lines
- Xml document lines.
-
XmlBytecode
public XmlBytecode(com.jcabi.xml.XML xml) Constructor.- Parameters:
xml
- XML.
-
XmlBytecode
public XmlBytecode(com.jcabi.xml.XML xml, boolean verify) Constructor.- Parameters:
xml
- XML.verify
- Verify bytecode.
-
-
Method Details
-
bytecode
Traverse XML and build bytecode class.- Returns:
- Bytecode.
-