Class XmlFrame
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlFrame
-
- All Implemented Interfaces:
XmlBytecodeEntry
public final class XmlFrame extends Object implements XmlBytecodeEntry
Xmir representation of bytecode frame.- Since:
- 0.3
-
-
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.
-
-