| Package | Description |
|---|---|
| net.morimekta.providence.reflect.parser |
| Modifier and Type | Method and Description |
|---|---|
static ThriftTokenType |
ThriftTokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThriftTokenType[] |
ThriftTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected ThriftToken |
ThriftTokenizer.genericToken(char[] buffer,
int offset,
int len,
ThriftTokenType type,
int lineNo,
int linePos) |
| Constructor and Description |
|---|
ThriftToken(char[] fb,
int off,
int len,
ThriftTokenType type,
int lineNo,
int linePos)
Create a slice instance.
|
| Constructor and Description |
|---|
ThriftLexer(net.morimekta.util.lexer.Tokenizer<ThriftTokenType,ThriftToken> tokenizer) |
Copyright © 2015–2020 morimekta.net. All rights reserved.