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