Class DirectivesAttribute
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesAttribute
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Directives for an attribute.
- Since:
- 0.4
-
Constructor Summary
ConstructorsConstructorDescriptionDirectivesAttribute
(String base, Iterable<org.xembly.Directive>... data) Constructor.DirectivesAttribute
(String base, List<Iterable<org.xembly.Directive>> data) 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
-
DirectivesAttribute
Constructor.- Parameters:
base
- The name of the attribute.data
- Properties of an attribute.
-
DirectivesAttribute
Constructor.- Parameters:
base
- The base of the attribute.data
- Properties of an attribute.
-
-
Method Details