Uses of Interface
org.eolang.ineo.instructions.Instructions
-
Packages that use Instructions Package Description org.eolang.ineo.instructions Instructions. -
-
Uses of Instructions in org.eolang.ineo.instructions
Classes in org.eolang.ineo.instructions that implement Instructions Modifier and Type Class Description class
InstAttributes
Instructions for constructing attributes section.class
InstCages
Instructions for constructing section with "cage" objects.class
InstDirectives<T>
Instructions with directives.class
InstFromList<T>
Instructions created from list.class
InstLambda<T>
Get instruction from function.class
InstMethods
Instructions for constructing methods section of the object.class
InstObject
Instructions for constructing the whole object.class
InstOwnMethods
Instructions for own methods section.class
InstReplaced<T>
Instructions replaced from the list of insides.class
InstReplacedAttributes<T>
Instructions with replaced attributes.class
InstReplacedMethods<T>
Instructions with replaced methods using.class
InstWrap<T>
Wrapper for the instructions.Methods in org.eolang.ineo.instructions that return Instructions Modifier and Type Method Description Instructions<T>
InstDirectives. add(T value)
Instructions<T>
InstLambda. add(T value)
Instructions<T>
Instructions. add(T value)
Add node.Instructions<T>
InstWrap. add(T value)
Instructions<Iterable<org.xembly.Directive>>
InstObject. start(org.cactoos.Text name)
Start object instructions.Constructors in org.eolang.ineo.instructions with parameters of type Instructions Constructor Description InstFromList(Instructions<T> instructions, List<T> list)
Ctor.InstMethods(Instructions<com.jcabi.xml.XML> instructions)
Ctor.InstReplaced(Instructions<T> instructions, List<Inside> insides, org.cactoos.Func<Inside,String> regex, org.cactoos.Func<Inside,String> replacement)
Ctor.InstReplacedAttributes(Instructions<T> instructions, List<Inside> insides)
Ctor.InstReplacedMethods(Instructions<T> instructions, List<Inside> insides)
Ctor.InstWrap(Instructions<T> instructions)
Ctor.Constructor parameters in org.eolang.ineo.instructions with type arguments of type Instructions Constructor Description InstLambda(org.cactoos.Scalar<Instructions<T>> func)
Ctor.
-