| Package | Description |
|---|---|
| org.sonatype.maven.polyglot.atom.parsing |
| Modifier and Type | Field and Description |
|---|---|
Token.Kind |
Token.kind |
| Modifier and Type | Method and Description |
|---|---|
static Token.Kind |
Token.Kind.determine(String value)
from token text, determines kind.
|
static Token.Kind |
Token.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Token.Kind[] |
Token.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Token(String value,
Token.Kind kind) |
Copyright © 2025. All rights reserved.