Class DirectivesAnnotations
- java.lang.Object
-
- org.eolang.jeo.representation.directives.DirectivesAnnotations
-
-
Constructor Summary
Constructors Constructor Description DirectivesAnnotations(List<Iterable<org.xembly.Directive>> annotations, String name)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectivesAnnotations
add(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
-
-
-
-
Method Detail
-
iterator
public Iterator<org.xembly.Directive> iterator()
-
add
public DirectivesAnnotations add(DirectivesAnnotation annotation)
Add annotation.- Parameters:
annotation
- Annotation.- Returns:
- This object.
-
-