Uses of Interface
org.ek9lang.compiler.Source
Package
Description
B - For the EK9 compiler itself.
Focuses on aspects of Lexing and some parts of Parser configuration.
-
Uses of Source in org.ek9lang.compiler
Modifier and TypeClassDescriptionfinal class
Holds a reference to the name of the file being compiled a checksum of the file and the date time last modified. -
Uses of Source in org.ek9lang.compiler.tokenizer
Modifier and TypeMethodDescriptionParserSpec.src()
Returns the value of thesrc
record component.ModifierConstructorDescriptionParserSpec
(Source src, InputStream inputStream, ErrorListener errorListener, TokenConsumptionListener listener) Creates an instance of aParserSpec
record class.