Package org.eolang.ineo.instructions
Class InstObject
- java.lang.Object
-
- org.eolang.ineo.instructions.InstWrap<Iterable<org.xembly.Directive>>
-
- org.eolang.ineo.instructions.InstObject
-
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
,Instructions<Iterable<org.xembly.Directive>>
public final class InstObject extends InstWrap<Iterable<org.xembly.Directive>>
Instructions for constructing the whole object.- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description InstObject()
Ctor.InstObject(org.xembly.Directives directives)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instructions<Iterable<org.xembly.Directive>>
start(org.cactoos.Text name)
Start object instructions.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
start
public Instructions<Iterable<org.xembly.Directive>> start(org.cactoos.Text name)
Start object instructions.- Parameters:
name
- Name of the object- Returns:
- Instructions for constructing object with start section
-
-