Package org.eolang.ineo
Class XmirObject
- java.lang.Object
-
- org.eolang.ineo.XmirObject
-
public final class XmirObject extends Object
XMIR representation of EO object with access to attributes and methods.- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description XmirObject(com.jcabi.xml.XML doc)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.jcabi.xml.XML>
attributes()
Get XML nodes with attributes of the object.com.jcabi.xml.XML
constructor()
Get XML node with constructor of the object.List<com.jcabi.xml.XML>
methods()
Get XML nodes with methods of the object.
-
-
-
Method Detail
-
attributes
public List<com.jcabi.xml.XML> attributes()
Get XML nodes with attributes of the object.- Returns:
- XML nodes with attributes
-
methods
public List<com.jcabi.xml.XML> methods()
Get XML nodes with methods of the object.- Returns:
- XML nodes with methods
-
constructor
public com.jcabi.xml.XML constructor()
Get XML node with constructor of the object.- Returns:
- XML node with constructor
-
-