Class XmlMethodParam

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

public final class XmlMethodParam extends Object
Xmir representation of a method parameter.
Since:
0.4
  • Method Details

    • bytecode

      public BytecodeMethodParameter bytecode()
      Convert to bytecode.
      Returns:
      Bytecode method parameter.
    • isParam

      public boolean isParam()
      Check if the object is actually a method param.
      Returns:
      True if the method param, false otherwise.