Uses of Class
org.ek9lang.compiler.tokenizer.Ek9Lexer
Packages that use Ek9Lexer
Package
Description
Focuses on aspects of Lexing and some parts of Parser configuration.
-
Uses of Ek9Lexer in org.ek9lang.compiler.tokenizer
Classes in org.ek9lang.compiler.tokenizer that implement interfaces with type arguments of type Ek9LexerModifier and TypeClassDescriptionclass
Just wraps up the creation of the EK9Lexer from an inputStream.Methods in org.ek9lang.compiler.tokenizer that return Ek9LexerModifier and TypeMethodDescriptionEk9LexerForInput.apply
(InputStream inputStream) Ek9Lexer.setPrintTokensAsSupplied
(boolean printTokensAsSupplied) Ek9Lexer.setSourceName
(String sourceName)