Package org.eolang.ineo.instructions
Interface Instructions<T>
-
- Type Parameters:
T
- Type of instructions
- All Superinterfaces:
Iterable<org.xembly.Directive>
- All Known Implementing Classes:
InstAttributes
,InstCages
,InstDirectives
,InstFromList
,InstLambda
,InstMethods
,InstObject
,InstOwnMethods
,InstReplaced
,InstReplacedAttributes
,InstReplacedMethods
,InstWrap
public interface Instructions<T> extends Iterable<org.xembly.Directive>
Instructions for constructing the object.- Since:
- 0.0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instructions<T>
add(T value)
Add node.-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
add
Instructions<T> add(T value)
Add node.- Parameters:
value
- Value to add- Returns:
- Self
-
-