Class XmlExceptions
java.lang.Object
org.eolang.jeo.representation.xmir.XmlExceptions
XML representation of method exceptions.
- Since:
- 0.15.0
-
Method Summary
Modifier and TypeMethodDescriptionbytecode()Converts the XML exceptions to a list of exception class names.booleanChecks if the node represents exceptions.
-
Method Details
-
isExceptions
public boolean isExceptions()Checks if the node represents exceptions.- Returns:
- True if the node is named "exceptions", false otherwise.
-
bytecode
Converts the XML exceptions to a list of exception class names.- Returns:
- List of exception class names.
-