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
  • Constructor Details

    • XmlAttributes

      public XmlAttributes(XmlNode node)
      Constructor.
      Parameters:
      node - XML node.
  • Method Details

    • writeTo

      public void writeTo(BytecodeClass bytecode)
      Write to bytecode.
      Parameters:
      bytecode - Bytecode where to write.