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