Class XmlTryCatchEntry
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlTryCatchEntry
-
- All Implemented Interfaces:
XmlBytecodeEntry
public final class XmlTryCatchEntry extends Object implements XmlBytecodeEntry
XML try-catch entry.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description XmlTryCatchEntry(org.eolang.jeo.representation.xmir.XmlNode node)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteTo(BytecodeMethod method)Write instruction to the bytecode method.
-
-
-
Method Detail
-
writeTo
public void writeTo(BytecodeMethod method)
Description copied from interface:XmlBytecodeEntryWrite instruction to the bytecode method.- Specified by:
writeToin interfaceXmlBytecodeEntry- Parameters:
method- Bytecode Method where instruction should be written.
-
-