Class XmlTryCatchEntry
java.lang.Object
org.eolang.jeo.representation.xmir.XmlTryCatchEntry
- All Implemented Interfaces:
XmlBytecodeEntry
XML try-catch entry.
- Since:
- 0.1
-
Constructor Summary
ConstructorsConstructorDescriptionXmlTryCatchEntry
(XmlNode xmlnode) Constructor.XmlTryCatchEntry
(XmlNode node, AllLabels labels) Constructor. -
Method Summary
-
Constructor Details
-
XmlTryCatchEntry
Constructor.- Parameters:
xmlnode
- XML node
-
XmlTryCatchEntry
Constructor.- Parameters:
node
- XML nodelabels
- Labels
-
-
Method Details
-
writeTo
Description copied from interface:XmlBytecodeEntry
Write instruction to the bytecode method.- Specified by:
writeTo
in interfaceXmlBytecodeEntry
- Parameters:
method
- Bytecode Method where instruction should be written.
-
start
public org.objectweb.asm.Label start() -
end
public org.objectweb.asm.Label end() -
handler
public org.objectweb.asm.Label handler() -
type
Retrieves the exception type.- Returns:
- Exception type.
-