| Package | Description |
|---|---|
| net.thevpc.nuts.runtime.standalone.format.tson.parser | |
| net.thevpc.nuts.runtime.standalone.format.tson.parser.custom |
| Modifier and Type | Method and Description |
|---|---|
NElementTokenType |
NElementTokenImpl.type() |
static NElementTokenType |
NElementTokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NElementTokenType[] |
NElementTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static NOptional<NElementTokenType> |
NElementTokenType.parse(String value) |
| Constructor and Description |
|---|
NElementTokenImpl(String image,
NElementTokenType type,
String variant,
int level,
int line,
int col,
long pos,
Object value,
NMsg errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
NElementTokenImpl |
TsonCustomLexer.continueReadBullet(NElementTokenType type,
String chars,
int line,
int column,
long pos) |
NElementTokenImpl |
TsonCustomLexer.readMultiLineString(String marker,
NElementTokenType tokenType) |
NElementTokenImpl |
TsonCustomLexer.readQuoted(char c0,
NElementTokenType elementTokenType,
NElementType elementType) |
NElementTokenImpl |
TsonCustomLexer.readTripleQuoted(char c0,
NElementTokenType tokenType,
NElementType elementType) |
Copyright © 2026 vpc open source initiative. All rights reserved.