| Package | Description |
|---|---|
| wyal.io |
| Modifier and Type | Field and Description |
|---|---|
WyalFileLexer.Token.Kind |
WyalFileLexer.Token.kind |
| Modifier and Type | Field and Description |
|---|---|
static HashMap<String,WyalFileLexer.Token.Kind> |
WyalFileLexer.keywords
A map from identifier strings to the corresponding token kind.
|
| Modifier and Type | Method and Description |
|---|---|
static WyalFileLexer.Token.Kind |
WyalFileLexer.Token.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WyalFileLexer.Token.Kind[] |
WyalFileLexer.Token.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Token(WyalFileLexer.Token.Kind kind,
String text,
int pos) |
Copyright © 2017. All rights reserved.