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 Stringname()Retrieves class name from XMIR.BytecodetoBytecode()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.
-
-