Class DirectivesAnnotation
- java.lang.Object
-
- org.eolang.jeo.representation.directives.DirectivesAnnotation
-
-
Constructor Summary
Constructors Constructor Description DirectivesAnnotation(String descriptor, boolean visible)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(Iterable<org.xembly.Directive> directives)Append directives.Iterable<org.xembly.Directive>build()Build directives all together.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
-
DirectivesAnnotation
public DirectivesAnnotation(String descriptor, boolean visible)
Constructor.- Parameters:
descriptor- Descriptor.visible- Visible.
-
-