Class XmlBytecode
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlBytecode
-
public final class XmlBytecode extends Object
XML to Java bytecode.- Since:
- 0.1.0
-
-
Constructor Summary
Constructors Constructor Description XmlBytecode(com.jcabi.xml.XML xml)
Constructor.XmlBytecode(com.jcabi.xml.XML xml, boolean verify)
Constructor.XmlBytecode(String... lines)
Constructor.
-
-
-
Constructor Detail
-
XmlBytecode
public XmlBytecode(String... lines)
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 Detail
-
bytecode
public Bytecode bytecode()
Traverse XML and build bytecode class.- Returns:
- Bytecode.
-
-