Class XmlTryCatchEntry
java.lang.Object
org.eolang.jeo.representation.xmir.XmlTryCatchEntry
- All Implemented Interfaces:
XmlBytecodeEntry
XML try-catch entry.
- Since:
- 0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteTo(BytecodeMethod method) Write instruction to the bytecode method.
-
Constructor Details
-
XmlTryCatchEntry
Constructor.- Parameters:
node- XML node
-
-
Method Details
-
writeTo
Description copied from interface:XmlBytecodeEntryWrite instruction to the bytecode method.- Specified by:
writeToin interfaceXmlBytecodeEntry- Parameters:
method- Bytecode Method where instruction should be written.
-