Class ConfigLexer
- java.lang.Object
-
- net.morimekta.util.lexer.Lexer<ConfigTokenType,ConfigToken>
-
- net.morimekta.providence.config.parser.ConfigLexer
-
- All Implemented Interfaces:
java.lang.Iterable<ConfigToken>
public class ConfigLexer extends net.morimekta.util.lexer.Lexer<ConfigTokenType,ConfigToken>
-
-
Constructor Summary
Constructors Constructor Description ConfigLexer(java.io.Reader in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigTokenreadBinary(char term)-
Methods inherited from class net.morimekta.util.lexer.Lexer
eofFailure, expect, expect, expect, expectSymbol, failure, hasNext, iterator, next, peek, peek, readUntil, toString
-
-
-
-
Method Detail
-
readBinary
@Nullable public ConfigToken readBinary(char term) throws java.io.IOException
- Throws:
java.io.IOException
-
-