Class DirectivesSourceFile
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesSourceFile
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Directives for source file and debug info.
- Since:
- 0.14.0
-
Constructor Summary
ConstructorsConstructorDescriptionDirectivesSourceFile(Format format, String source, String debug) 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
-
DirectivesSourceFile
Constructor.- Parameters:
format- Directives format.source- The name of the source file from which this class was compiled.debug- The correspondence between source and compiled elements of this class.
-
-
Method Details