| Package | Description |
|---|---|
| gw.lang.parser.statements |
| Modifier and Type | Method and Description |
|---|---|
TerminalType |
ITerminalStatement.getTerminalType()
Mostly this is important so we can weight the terminal types i.e., the ordinal in the enum is significant
|
static TerminalType |
TerminalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TerminalType[] |
TerminalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.