Class DirectivesMethodParams
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesMethodParams
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Directives for method parameters.
- Since:
- 0.1
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.DirectivesMethodParams
(Iterable<org.xembly.Directive>... params) Constructor.DirectivesMethodParams
(List<Iterable<org.xembly.Directive>> params) Constructor. -
Method Summary
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
-
DirectivesMethodParams
public DirectivesMethodParams()Constructor. -
DirectivesMethodParams
Constructor.- Parameters:
params
- Parameters.
-
DirectivesMethodParams
Constructor.- Parameters:
params
- Parameters.
-
-
Method Details