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(Format format, int index, String name, int access, org.objectweb.asm.Type type) 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
-
DirectivesMethodParam
public DirectivesMethodParam(Format format, int index, String name, int access, org.objectweb.asm.Type type) Constructor.- Parameters:
format- Directives format.index- Index of the parameter.name- Name of the parameter.access- Access modifier of the parameter.type- Type of the parameter.
-
-
Method Details