A C E F H I M N O R S T V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(T) - Method in class org.eolang.ineo.instructions.InstDirectives
- add(T) - Method in class org.eolang.ineo.instructions.InstLambda
- add(T) - Method in interface org.eolang.ineo.instructions.Instructions
-
Add node.
- add(T) - Method in class org.eolang.ineo.instructions.InstWrap
- apply(XML) - Method in class org.eolang.ineo.optimization.OpInPlace
- apply(XML) - Method in interface org.eolang.ineo.optimization.Optimization
- apply(XML) - Method in interface org.eolang.ineo.scenario.Scenario
- apply(XML) - Method in class org.eolang.ineo.scenario.ScWrap
- apply(XML) - Method in class org.eolang.ineo.scenario.ScXpath
- applyTo(XML) - Method in class org.eolang.ineo.XSLDocumentOf
- asString() - Method in class org.eolang.ineo.TextOfXmir
- asString() - Method in class org.eolang.ineo.transformation.TfTemplate
- asString() - Method in class org.eolang.ineo.transformation.TfWrap
- asString() - Method in interface org.eolang.ineo.transformation.Transformation
- asString() - Method in class org.eolang.ineo.Xmir
- attributes() - Method in class org.eolang.ineo.XmirObject
-
Get XML nodes with attributes of the object.
C
- constructor() - Method in class org.eolang.ineo.XmirObject
-
Get XML node with constructor of the object.
E
- equals(Object) - Method in class org.eolang.ineo.XMLDocumentOf
- equals(Object) - Method in class org.eolang.ineo.XSLDocumentOf
- execute() - Method in class org.eolang.ineo.InlineMojo
F
- FilesOf - Class in org.eolang.ineo
-
Collection of files from the directory.
- FilesOf(File) - Constructor for class org.eolang.ineo.FilesOf
-
Ctor.
- FilesOf(Path) - Constructor for class org.eolang.ineo.FilesOf
-
Ctor.
H
- hashCode() - Method in class org.eolang.ineo.XMLDocumentOf
- hashCode() - Method in class org.eolang.ineo.XSLDocumentOf
- Home - Class in org.eolang.ineo
-
Home for objects to save.
- Home(Saved...) - Constructor for class org.eolang.ineo.Home
-
Ctor.
I
- InlinedInPlace - Class in org.eolang.ineo
-
Inlined in place object name.
- InlinedInPlace(String) - Constructor for class org.eolang.ineo.InlinedInPlace
-
Ctor.
- InlineMojo - Class in org.eolang.ineo
-
Inline mojo.
- InlineMojo() - Constructor for class org.eolang.ineo.InlineMojo
- InsAttribute - Class in org.eolang.ineo.inside
-
Inside with attribute as item.
- InsAttribute(String, String) - Constructor for class org.eolang.ineo.inside.InsAttribute
-
Ctor.
- Inside - Interface in org.eolang.ineo.inside
-
Inside is what object "method" consists of in terms of inlining optimizations.
- InsMethod - Class in org.eolang.ineo.inside
-
Inside with "method" as item.
- InsMethod(String, String) - Constructor for class org.eolang.ineo.inside.InsMethod
-
Ctor.
- InstAttributes - Class in org.eolang.ineo.instructions
-
Instructions for constructing attributes section.
- InstAttributes() - Constructor for class org.eolang.ineo.instructions.InstAttributes
-
Ctor.
- InstAttributes(List<String>) - Constructor for class org.eolang.ineo.instructions.InstAttributes
-
Ctor.
- InstCages - Class in org.eolang.ineo.instructions
-
Instructions for constructing section with "cage" objects.
- InstCages() - Constructor for class org.eolang.ineo.instructions.InstCages
-
Ctor.
- InstCages(List<String>) - Constructor for class org.eolang.ineo.instructions.InstCages
-
Ctor.
- InstDirectives<T> - Class in org.eolang.ineo.instructions
-
Instructions with directives.
- InstDirectives() - Constructor for class org.eolang.ineo.instructions.InstDirectives
-
Ctor.
- InstDirectives(BiConsumer<Directives, T>) - Constructor for class org.eolang.ineo.instructions.InstDirectives
-
Ctor.
- InstDirectives(Directives) - Constructor for class org.eolang.ineo.instructions.InstDirectives
-
Ctor.
- InstDirectives(Directives, BiConsumer<Directives, T>) - Constructor for class org.eolang.ineo.instructions.InstDirectives
-
Ctor.
- InstFromList<T> - Class in org.eolang.ineo.instructions
-
Instructions created from list.
- InstFromList(Instructions<T>, List<T>) - Constructor for class org.eolang.ineo.instructions.InstFromList
-
Ctor.
- InstLambda<T> - Class in org.eolang.ineo.instructions
-
Get instruction from function.
- InstLambda(Scalar<Instructions<T>>) - Constructor for class org.eolang.ineo.instructions.InstLambda
-
Ctor.
- InstMethods - Class in org.eolang.ineo.instructions
-
Instructions for constructing methods section of the object.
- InstMethods() - Constructor for class org.eolang.ineo.instructions.InstMethods
-
Ctor.
- InstMethods(Instructions<XML>) - Constructor for class org.eolang.ineo.instructions.InstMethods
-
Ctor.
- InstMethods(Directives) - Constructor for class org.eolang.ineo.instructions.InstMethods
-
Ctor.
- InstObject - Class in org.eolang.ineo.instructions
-
Instructions for constructing the whole object.
- InstObject() - Constructor for class org.eolang.ineo.instructions.InstObject
-
Ctor.
- InstObject(Directives) - Constructor for class org.eolang.ineo.instructions.InstObject
-
Ctor.
- InstOwnMethods - Class in org.eolang.ineo.instructions
-
Instructions for own methods section.
- InstOwnMethods(XML...) - Constructor for class org.eolang.ineo.instructions.InstOwnMethods
-
Ctor.
- InstOwnMethods(List<XML>) - Constructor for class org.eolang.ineo.instructions.InstOwnMethods
-
Ctor.
- InstReplaced<T> - Class in org.eolang.ineo.instructions
-
Instructions replaced from the list of insides.
- InstReplaced(Instructions<T>, List<Inside>, Func<Inside, String>, Func<Inside, String>) - Constructor for class org.eolang.ineo.instructions.InstReplaced
-
Ctor.
- InstReplacedAttributes<T> - Class in org.eolang.ineo.instructions
-
Instructions with replaced attributes.
- InstReplacedAttributes(Instructions<T>, List<Inside>) - Constructor for class org.eolang.ineo.instructions.InstReplacedAttributes
-
Ctor.
- InstReplacedMethods<T> - Class in org.eolang.ineo.instructions
-
Instructions with replaced methods using.
- InstReplacedMethods(Instructions<T>, List<Inside>) - Constructor for class org.eolang.ineo.instructions.InstReplacedMethods
-
Ctor.
- Instructions<T> - Interface in org.eolang.ineo.instructions
-
Instructions for constructing the object.
- InstWrap<T> - Class in org.eolang.ineo.instructions
-
Wrapper for the instructions.
- InstWrap(Instructions<T>) - Constructor for class org.eolang.ineo.instructions.InstWrap
-
Ctor.
- item() - Method in class org.eolang.ineo.inside.InsAttribute
- item() - Method in interface org.eolang.ineo.inside.Inside
-
Item part of the inside.
- item() - Method in class org.eolang.ineo.inside.InsMethod
- iterator() - Method in class org.eolang.ineo.instructions.InstDirectives
- iterator() - Method in class org.eolang.ineo.instructions.InstLambda
- iterator() - Method in class org.eolang.ineo.instructions.InstWrap
M
- merge(NamespaceContext) - Method in class org.eolang.ineo.XMLDocumentOf
- methods() - Method in class org.eolang.ineo.XmirObject
-
Get XML nodes with methods of the object.
N
- node() - Method in class org.eolang.ineo.XMLDocumentOf
- nodes(String) - Method in class org.eolang.ineo.XMLDocumentOf
O
- object() - Method in class org.eolang.ineo.inside.InsAttribute
- object() - Method in interface org.eolang.ineo.inside.Inside
-
Object part of the inside.
- object() - Method in class org.eolang.ineo.inside.InsMethod
- OpInPlace - Class in org.eolang.ineo.optimization
-
Optimization for
ScInPlace
. - OpInPlace(File) - Constructor for class org.eolang.ineo.optimization.OpInPlace
-
Ctor.
- OpInPlace(Path) - Constructor for class org.eolang.ineo.optimization.OpInPlace
-
Ctor.
- Optimization - Interface in org.eolang.ineo.optimization
-
Inlining optimization.
- org.eolang.ineo - package org.eolang.ineo
-
INEO Maven plugin.
- org.eolang.ineo.inside - package org.eolang.ineo.inside
-
Inside.
- org.eolang.ineo.instructions - package org.eolang.ineo.instructions
-
Instructions.
- org.eolang.ineo.optimization - package org.eolang.ineo.optimization
-
Optimizations.
- org.eolang.ineo.scenario - package org.eolang.ineo.scenario
-
Scenarios.
- org.eolang.ineo.transformation - package org.eolang.ineo.transformation
-
Transformations.
R
- registerNs(String, Object) - Method in class org.eolang.ineo.XMLDocumentOf
- replacement() - Method in class org.eolang.ineo.inside.InsAttribute
- replacement() - Method in interface org.eolang.ineo.inside.Inside
-
Replacement part of the inside.
- replacement() - Method in class org.eolang.ineo.inside.InsMethod
S
- save() - Method in class org.eolang.ineo.Home
-
Save items.
- Saved - Class in org.eolang.ineo
-
Saved.
- Saved(XML, Path) - Constructor for class org.eolang.ineo.Saved
-
Ctor.
- Saved(XML, Scalar<Path>) - Constructor for class org.eolang.ineo.Saved
-
Ctor.
- Saved(Input, Scalar<Path>) - Constructor for class org.eolang.ineo.Saved
-
Ctor.
- Saved(Scalar<? extends String>, Path) - Constructor for class org.eolang.ineo.Saved
-
Ctor.
- Saved(Scalar<? extends String>, Scalar<Path>) - Constructor for class org.eolang.ineo.Saved
-
Ctor.
- Saved(Text, Scalar<Path>) - Constructor for class org.eolang.ineo.Saved
-
Ctor.
- Scenario - Interface in org.eolang.ineo.scenario
-
Scenario for optimization.
- ScInPlace - Class in org.eolang.ineo.scenario
-
Scenario where object is created inside the creation of another object.
- ScInPlace() - Constructor for class org.eolang.ineo.scenario.ScInPlace
-
Ctor.
- ScWrap - Class in org.eolang.ineo.scenario
-
Wrapped for the other scenario.
- ScWrap(Scenario) - Constructor for class org.eolang.ineo.scenario.ScWrap
-
Ctor.
- ScXpath - Class in org.eolang.ineo.scenario
-
Scenario that can be detected by using xpath.
- ScXpath(String) - Constructor for class org.eolang.ineo.scenario.ScXpath
-
Ctor.
- start(Text) - Method in class org.eolang.ineo.instructions.InstObject
-
Start object instructions.
T
- TextOfXmir - Class in org.eolang.ineo
-
Text from XMIR.
- TextOfXmir(File, String) - Constructor for class org.eolang.ineo.TextOfXmir
-
Ctor.
- TextOfXmir(Path, String) - Constructor for class org.eolang.ineo.TextOfXmir
-
Ctor.
- TfInPlaceInner - Class in org.eolang.ineo.transformation
-
Inner transformation for
OpInPlace
optimization. - TfInPlaceInner(List<Inside>) - Constructor for class org.eolang.ineo.transformation.TfInPlaceInner
-
Ctor.
- TfInPlaceOuter - Class in org.eolang.ineo.transformation
-
Outer transformation for
OpInPlace
optimization. - TfInPlaceOuter(String, List<XML>) - Constructor for class org.eolang.ineo.transformation.TfInPlaceOuter
-
Ctor.
- TfTemplate - Class in org.eolang.ineo.transformation
-
Transformation that insert given template into default transformation.
- TfTemplate(Text) - Constructor for class org.eolang.ineo.transformation.TfTemplate
-
Ctor.
- TfWrap - Class in org.eolang.ineo.transformation
-
Wrapper for transformation.
- TfWrap(Transformation) - Constructor for class org.eolang.ineo.transformation.TfWrap
-
Ctor.
- toString() - Method in class org.eolang.ineo.instructions.InstDirectives
- toString() - Method in class org.eolang.ineo.instructions.InstLambda
- toString() - Method in class org.eolang.ineo.instructions.InstWrap
- toString() - Method in class org.eolang.ineo.scenario.ScInPlace
- toString() - Method in class org.eolang.ineo.scenario.ScWrap
- toString() - Method in class org.eolang.ineo.scenario.ScXpath
- toString() - Method in class org.eolang.ineo.XMLDocumentOf
- toString() - Method in class org.eolang.ineo.XSLDocumentOf
- transform(XML) - Method in class org.eolang.ineo.XSLDocumentOf
- Transformation - Interface in org.eolang.ineo.transformation
-
XSL transformation as text.
V
W
- with(Sources) - Method in class org.eolang.ineo.XSLDocumentOf
- with(String, Object) - Method in class org.eolang.ineo.XSLDocumentOf
X
- Xmir - Class in org.eolang.ineo
-
File name with .xmir extension.
- Xmir(String) - Constructor for class org.eolang.ineo.Xmir
-
Ctor.
- Xmir(Text) - Constructor for class org.eolang.ineo.Xmir
-
Ctor.
- XmirObject - Class in org.eolang.ineo
-
XMIR representation of EO object with access to attributes and methods.
- XmirObject(XML) - Constructor for class org.eolang.ineo.XmirObject
-
Ctor.
- XmirPath - Class in org.eolang.ineo
-
Path to file with .xmir extension.
- XmirPath(File, String) - Constructor for class org.eolang.ineo.XmirPath
-
Ctor.
- XmirPath(File, Text) - Constructor for class org.eolang.ineo.XmirPath
-
Ctor.
- XmirPath(Path, String) - Constructor for class org.eolang.ineo.XmirPath
-
Ctor.
- XmirPath(Path, Text) - Constructor for class org.eolang.ineo.XmirPath
-
Ctor.
- XMLDocumentOf - Class in org.eolang.ineo
-
XML document of.
- XMLDocumentOf(Path) - Constructor for class org.eolang.ineo.XMLDocumentOf
-
Ctor.
- XMLDocumentOf(Scalar<Path>) - Constructor for class org.eolang.ineo.XMLDocumentOf
-
Ctor.
- XMLDocumentOf(Text) - Constructor for class org.eolang.ineo.XMLDocumentOf
-
Ctor.
- xpath(String) - Method in class org.eolang.ineo.XMLDocumentOf
- XSLDocumentOf - Class in org.eolang.ineo
-
XSL document of.
- XSLDocumentOf(Text) - Constructor for class org.eolang.ineo.XSLDocumentOf
-
Ctor.
All Classes All Packages