Class DirectivesGlobalObject
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesGlobalObject
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Directives that represent a global object.
Similar to
DirectivesJeoObject
, but instead of 'as' attribute, it has 'name' attribute.- Since:
- 0.8
-
Constructor Summary
ConstructorsConstructorDescriptionDirectivesGlobalObject
(String base, String name, Iterable<org.xembly.Directive>... inner) Constructor.DirectivesGlobalObject
(String base, String name, List<org.xembly.Directives> inner) Constructor.DirectivesGlobalObject
(String base, String name, org.xembly.Directives... inner) Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DirectivesGlobalObject
@SafeVarargs public DirectivesGlobalObject(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.
-
DirectivesGlobalObject
Constructor.- Parameters:
base
- The base of the object.name
- The name of the object.inner
- Inner components.
-
DirectivesGlobalObject
Constructor.- Parameters:
base
- The base of the object.name
- The name of the object.inner
- Inner components.
-
-
Method Details