Class DirectivesLine
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesLine
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Line number directives.
- Since:
- 0.14.0
-
Constructor Summary
ConstructorsConstructorDescriptionDirectivesLine(int index, Format format, int number, String identifier) 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
-
DirectivesLine
Constructor.- Parameters:
index- Line indexformat- Format of the directivesnumber- Line number in the source codeidentifier- Identifier for the line- Suppressed Checkstyle violations:
- ParameterNumber (5 lines)
-
-
Method Details