Class DirectivesMethodProperties
- java.lang.Object
-
- org.eolang.jeo.representation.directives.DirectivesMethodProperties
-
-
Constructor Summary
Constructors Constructor Description DirectivesMethodProperties()Constructor.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<org.xembly.Directive>iterator()-
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 Detail
-
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.- Suppressed Checkstyle violations:
- ParameterNumberCheck (5 lines)
-
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.- Suppressed Checkstyle violations:
- ParameterNumberCheck (5 lines)
-
-