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
To do:
#589:30min Add Unit Tests for XmlAttribute class. XmlAttribute class is not covered by unit tests. Add unit tests for XmlAttribute class in order to increase the code coverage and improve the quality of the code.
  • Method Details

    • attribute

      public BytecodeAttribute attribute()
      Get attribute.
      Returns:
      Attribute.
      Suppressed Checkstyle violations:
      CyclomaticComplexityCheck (50 lines)