Package org.eolang.opeo.ast
Class Owner
- java.lang.Object
-
- org.eolang.opeo.ast.Owner
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
Iterable<org.xembly.Directive>
toXmir()
Convert node to XMIR.
-
-
-
Constructor Detail
-
Owner
public Owner(String type)
Constructor.- Parameters:
type
- Owner type.
-
-