Package org.eolang.jeo.representation
Class XmirRepresentation
- java.lang.Object
-
- org.eolang.jeo.representation.XmirRepresentation
-
public final class XmirRepresentation extends Object
Intermediate representation of a class files from XMIR.- Since:
- 0.1.0
-
-
Constructor Summary
Constructors Constructor Description XmirRepresentation(com.jcabi.xml.XML xml)
Constructor.XmirRepresentation(Path path)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Retrieves class name from XMIR.Bytecode
toBytecode()
Convert to bytecode.
-
-
-
Constructor Detail
-
XmirRepresentation
public XmirRepresentation(Path path)
Constructor.- Parameters:
path
- Path to XML file.
-
XmirRepresentation
public XmirRepresentation(com.jcabi.xml.XML xml)
Constructor.- Parameters:
xml
- XML.
-
-