Class Owner

java.lang.Object
org.eolang.opeo.ast.Owner
All Implemented Interfaces:
Xmir

public final class Owner extends Object implements Xmir
Owner. Method owner. It might be a class or an interface. Usually, it is the first argument in the static method invocation.
Since:
0.2
  • Constructor Details

    • Owner

      public Owner(String type)
      Constructor.
      Parameters:
      type - Owner type.
  • Method Details

    • toXmir

      public Iterable<org.xembly.Directive> toXmir()
      Description copied from interface: Xmir
      Convert node to XMIR.
      Specified by:
      toXmir in interface Xmir
      Returns:
      XMIR XML.
    • toString

      public String toString()
      Overrides:
      toString in class Object