Class XmlMethod
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlMethod
-
public final class XmlMethod extends Object
XML method.- Since:
- 0.1
-
-
Constructor Detail
-
XmlMethod
public XmlMethod(XmlNode xmlnode)
Constructor.- Parameters:
xmlnode
- Method node.
-
-
Method Detail
-
bytecode
public BytecodeMethod bytecode()
Convert to bytecode.- Returns:
- Bytecode method.
-
-