Class DirectivesMethodParam
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesMethodParam
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Directives for a method parameter.
- Since:
- 0.6
-
Constructor Summary
ConstructorsConstructorDescriptionDirectivesMethodParam
(int index, org.objectweb.asm.Type type, DirectivesAnnotations annotations) 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
-
DirectivesMethodParam
public DirectivesMethodParam(int index, org.objectweb.asm.Type type, DirectivesAnnotations annotations) Constructor.- Parameters:
index
- Index of the parameter.type
- Type of the parameter.annotations
- Annotations of the parameter.
-
-
Method Details