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