Package org.eolang.ineo.instructions
Class InstMethods
- java.lang.Object
-
- org.eolang.ineo.instructions.InstWrap<com.jcabi.xml.XML>
-
- org.eolang.ineo.instructions.InstMethods
-
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
,Instructions<com.jcabi.xml.XML>
public final class InstMethods extends InstWrap<com.jcabi.xml.XML>
Instructions for constructing methods section of the object.- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description InstMethods()
Ctor.InstMethods(Instructions<com.jcabi.xml.XML> instructions)
Ctor.InstMethods(org.xembly.Directives directives)
Ctor.
-
-
-
Constructor Detail
-
InstMethods
public InstMethods()
Ctor.
-
InstMethods
public InstMethods(Instructions<com.jcabi.xml.XML> instructions)
Ctor.- Parameters:
instructions
- Instructions
-
InstMethods
public InstMethods(org.xembly.Directives directives)
Ctor.- Parameters:
directives
- Directives
-
-