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.DirectivesMethodParams(List<Iterable<org.xembly.Directive>> params, List<Iterable<org.xembly.Directive>> annotations) Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DirectivesMethodParams
public DirectivesMethodParams()Constructor. -
DirectivesMethodParams
Constructor.- Parameters:
params- Parameters.
-
DirectivesMethodParams
Constructor.- Parameters:
params- Parameters.
-
DirectivesMethodParams
public DirectivesMethodParams(List<Iterable<org.xembly.Directive>> params, List<Iterable<org.xembly.Directive>> annotations) Constructor.- Parameters:
params- Parameters.annotations- Parameter annotations.
-
-
Method Details