Class XmlAttribute

java.lang.Object
org.eolang.jeo.representation.xmir.XmlAttribute

public final class XmlAttribute extends Object
Xml representation of a single bytecode attribute.
Since:
0.4
  • Constructor Details

    • XmlAttribute

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

    • writeTo

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