Class XmlExceptions

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

public final class XmlExceptions extends Object
XML representation of method exceptions.
Since:
0.15.0
  • Method Details

    • isExceptions

      public boolean isExceptions()
      Checks if the node represents exceptions.
      Returns:
      True if the node is named "exceptions", false otherwise.
    • bytecode

      public List<String> bytecode()
      Converts the XML exceptions to a list of exception class names.
      Returns:
      List of exception class names.