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 classInstAttributesInstructions for constructing attributes section.classInstCagesInstructions for constructing section with "cage" objects.classInstDirectives<T>Instructions with directives.classInstFromList<T>Instructions created from list.classInstLambda<T>Get instruction from function.classInstMethodsInstructions for constructing methods section of the object.classInstObjectInstructions for constructing the whole object.classInstOwnMethodsInstructions for own methods section.classInstReplaced<T>Instructions replaced from the list of insides.classInstReplacedAttributes<T>Instructions with replaced attributes.classInstReplacedMethods<T>Instructions with replaced methods using.classInstWrap<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.
-