Class XmlAttributes
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlAttributes
-
public final class XmlAttributes extends Object
Xml representation of a class attributes.- Since:
- 0.4
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BytecodeAttributes
attributes()
Get attributes.
-
-
-
Method Detail
-
attributes
public BytecodeAttributes attributes()
Get attributes.- Returns:
- Attributes.
-
-