Uses of Interface
org.ek9lang.compiler.Source
Packages that use 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
Classes in org.ek9lang.compiler that implement SourceModifier and TypeClassDescriptionfinal classHolds a reference to the name of the file being compiled a checksum of the file and the date time last modified.Methods in org.ek9lang.compiler that return Source -
Uses of Source in org.ek9lang.compiler.tokenizer
Methods in org.ek9lang.compiler.tokenizer that return SourceModifier and TypeMethodDescriptionParserSpec.src()Returns the value of thesrcrecord component.Constructors in org.ek9lang.compiler.tokenizer with parameters of type SourceModifierConstructorDescriptionParserSpec(Source src, InputStream inputStream, ErrorListener errorListener, TokenConsumptionListener listener) Creates an instance of aParserSpecrecord class.