Package org.eolang.ineo.instructions
Class InstReplacedAttributes<T>
- java.lang.Object
-
- org.eolang.ineo.instructions.InstWrap<T>
-
- org.eolang.ineo.instructions.InstReplacedAttributes<T>
-
- Type Parameters:
T
- Type of instructions
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
,Instructions<T>
public final class InstReplacedAttributes<T> extends InstWrap<T>
Instructions with replaced attributes.- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description InstReplacedAttributes(Instructions<T> instructions, List<Inside> insides)
Ctor.
-
-
-
Constructor Detail
-
InstReplacedAttributes
public InstReplacedAttributes(Instructions<T> instructions, List<Inside> insides)
Ctor.- Parameters:
instructions
- Instructionsinsides
- Insides
-
-