Class DirectivesEoObject
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesEoObject
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Directives that represent a pure EO object.
Similar to
DirectivesJeoObject, but for objects that are parts of the EO language.- Since:
- 0.6
-
Constructor Summary
ConstructorsConstructorDescriptionDirectivesEoObject(String base, String name, Iterable<org.xembly.Directive>... inner) Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DirectivesEoObject
@SafeVarargs public DirectivesEoObject(String base, String name, Iterable<org.xembly.Directive>... inner) Constructor.- Parameters:
base- The base of the object.name- The name of the object.inner- Inner components.
-
-
Method Details