Class DirectivesAnnotations
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesAnnotations
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Directives Annotation.
- Since:
- 0.1
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.DirectivesAnnotations
(String name) Constructor.DirectivesAnnotations
(String name, DirectivesAnnotation... annotations) Constructor.DirectivesAnnotations
(List<Iterable<org.xembly.Directive>> annotations) Constructor.DirectivesAnnotations
(List<Iterable<org.xembly.Directive>> annotations, String name) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionadd
(DirectivesAnnotation annotation) Add annotation.Iterator<org.xembly.Directive>
iterator()
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
-
DirectivesAnnotations
public DirectivesAnnotations()Constructor. -
DirectivesAnnotations
Constructor.- Parameters:
name
- Name.
-
DirectivesAnnotations
Constructor.- Parameters:
name
- Name.annotations
- Annotations.
-
DirectivesAnnotations
Constructor.- Parameters:
annotations
- Annotations.
-
DirectivesAnnotations
Constructor.- Parameters:
annotations
- Annotations.name
- Name.
-
-
Method Details