Class DirectivesMethodProperties
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesMethodProperties
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
public final class DirectivesMethodProperties
extends Object
implements Iterable<org.xembly.Directive>
Method properties as Xembly directives.
- Since:
- 0.1
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.DirectivesMethodProperties
(int access, String descriptor, String signature, String... exceptions) Constructor.DirectivesMethodProperties
(int access, String descriptor, String signature, String[] exceptions, DirectivesMaxs max, DirectivesMethodParams 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
-
DirectivesMethodProperties
public DirectivesMethodProperties()Constructor. -
DirectivesMethodProperties
public DirectivesMethodProperties(int access, String descriptor, String signature, String... exceptions) Constructor.- Parameters:
access
- Access modifiers.descriptor
- Method descriptor.signature
- Method signature.exceptions
- Method exceptions.
-
DirectivesMethodProperties
public DirectivesMethodProperties(int access, String descriptor, String signature, String[] exceptions, DirectivesMaxs max, DirectivesMethodParams params) Constructor.- Parameters:
access
- Access modifiers.descriptor
- Method descriptor.signature
- Method signature.exceptions
- Method exceptions.max
- Max stack and locals.params
- Method parameters.
-
-
Method Details