| Package | Description |
|---|---|
| uk.ac.manchester.cs.jfact.helpers | |
| uk.ac.manchester.cs.jfact.kernel |
| Modifier and Type | Method and Description |
|---|---|
Token |
DLTree.token() |
| Modifier and Type | Method and Description |
|---|---|
static DLTree |
DLTreeFactory.createEntry(Token tag,
NamedEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
Token |
Lexeme.getToken() |
static Token |
Token.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Token[] |
Token.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Lexeme(Token tok)
default c'tor for pointers
|
Lexeme(Token tok,
int val)
default c'tor for numbers
|
Lexeme(Token tok,
NamedEntry p)
default c'tor for pointers
|
Copyright © 2016 The University of Manchester. All rights reserved.