Modifier and Type | Field and Description |
---|---|
static int |
GRIDFTP
token value for the reserved word "gridftp".
|
static int |
GRIDLAUNCH
token value for the reserved word "gridlaunch".
|
static int |
LRC
token value for the reserved word "lrc".
|
private static Map |
m_symbolTable
Singleton implementation of a symbol table for reserved words.
|
private int |
m_value
This instance variable captures the token value for the reserved word.
|
static int |
PROFILE
token value for the reserver word "profile".
|
static int |
SITE
token value for the reserved word "site".
|
static int |
SYSINFO
token value for the reserved work sysinfo.
|
static int |
UNIVERSE
token value for the reserved word "universe".
|
static int |
VERSION
token value for the reserved word "version".
|
static int |
WORKDIR
token value for the reserved word "workdir".
|
Modifier | Constructor and Description |
---|---|
protected |
SiteCatalogReservedWord(int tokenValue)
Initializes an instance of a reserved word token.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Obtains the token value of a given reserved word token.
|
static Map |
symbolTable()
Singleton access to the symbol table as a whole.
|
public static final int SITE
public static final int VERSION
public static final int LRC
public static final int UNIVERSE
public static final int GRIDLAUNCH
public static final int WORKDIR
public static final int GRIDFTP
public static final int PROFILE
public static final int SYSINFO
private static Map m_symbolTable
private int m_value
protected SiteCatalogReservedWord(int tokenValue)
tokenValue
- is the token value to memorize.symbolTable()
public static Map symbolTable()
public int getValue()