Class DirectivesAttributes
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesAttributes
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Directives for attributes.
- Since:
- 0.4
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.DirectivesAttributes
(List<DirectivesAttribute> attributes) Constructor.DirectivesAttributes
(DirectivesAttribute... attributes) 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
-
DirectivesAttributes
public DirectivesAttributes()Constructor. -
DirectivesAttributes
Constructor.- Parameters:
attributes
- Attributes.
-
DirectivesAttributes
Constructor.- Parameters:
attributes
- Separate attributes.
-
-
Method Details