Class DirectivesClass
- java.lang.Object
-
- org.eolang.jeo.representation.directives.DirectivesClass
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectivesClassfield(org.eolang.jeo.representation.directives.DirectivesField field)Add field to the directives.Iterator<org.xembly.Directive>iterator()DirectivesClassmethod(DirectivesMethod method)Add method to the directives.-
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
-
field
public DirectivesClass field(org.eolang.jeo.representation.directives.DirectivesField field)
Add field to the directives.- Parameters:
field- Field- Returns:
- The same instance of
DirectivesClass.
-
method
public DirectivesClass method(DirectivesMethod method)
Add method to the directives.- Parameters:
method- Method- Returns:
- The same instance of
DirectivesClass.
-
-