public class GQLLexer extends net.morimekta.util.lexer.Lexer<GQLTokenType,GQLToken>
| Constructor and Description |
|---|
GQLLexer(Reader reader)
Create a lexer instance using a specific tokenizer.
|
| Modifier and Type | Method and Description |
|---|---|
GQLToken |
getLastToken() |
GQLToken |
next() |
eofFailure, expect, expect, expect, expectSymbol, failure, hasNext, iterator, peek, peek, readUntil, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic GQLLexer(Reader reader)
reader - Reader to read graphql from.@Nullable public GQLToken next() throws IOException
next in class net.morimekta.util.lexer.Lexer<GQLTokenType,GQLToken>IOExceptionpublic GQLToken getLastToken()
Copyright © 2015–2020 morimekta.net. All rights reserved.