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(XmlNode node)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeTo(BytecodeMethod method)
Write instruction to the bytecode method.
-
-
-
Constructor Detail
-
XmlTryCatchEntry
public XmlTryCatchEntry(XmlNode node)
Constructor.- Parameters:
node
- XML node
-
-
Method Detail
-
writeTo
public void writeTo(BytecodeMethod method)
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.
-
-