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