Package org.eolang.ineo.instructions
Class InstOwnMethods
- java.lang.Object
-
- org.eolang.ineo.instructions.InstWrap<com.jcabi.xml.XML>
-
- org.eolang.ineo.instructions.InstOwnMethods
-
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
,Instructions<com.jcabi.xml.XML>
public final class InstOwnMethods extends InstWrap<com.jcabi.xml.XML>
Instructions for own methods section.- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description InstOwnMethods(com.jcabi.xml.XML... methods)
Ctor.InstOwnMethods(List<com.jcabi.xml.XML> methods)
Ctor.
-
-
-
Constructor Detail
-
InstOwnMethods
public InstOwnMethods(com.jcabi.xml.XML... methods)
Ctor.- Parameters:
methods
- Own methods
-
InstOwnMethods
public InstOwnMethods(List<com.jcabi.xml.XML> methods)
Ctor.- Parameters:
methods
- Own methods list
-
-