Package org.ek9lang.compiler.tokenizer
Class Ek9LexerForInput
java.lang.Object
org.ek9lang.compiler.tokenizer.Ek9LexerForInput
- All Implemented Interfaces:
Function<InputStream,
Ek9Lexer>
Just wraps up the creation of the EK9Lexer from an inputStream.
Converts to a CharStream and wraps exceptions in an unchecked CompilerException.
-
Constructor Details
-
Ek9LexerForInput
public Ek9LexerForInput()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<InputStream,
Ek9Lexer>
-