Class XmlMethod

java.lang.Object
org.eolang.jeo.representation.xmir.XmlMethod

public final class XmlMethod extends Object
XML method.
Since:
0.1
  • Constructor Details

    • XmlMethod

      public XmlMethod(XmlNode xmlnode)
      Constructor.
      Parameters:
      xmlnode - Method node.
  • Method Details

    • bytecode

      public BytecodeMethod bytecode()
      Convert to bytecode.
      Returns:
      Bytecode method.