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