|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.parser.tokens.SiteCatalogReservedWord
public class SiteCatalogReservedWord
Class to capture reserved words. $Revision: 2151 $
| Field Summary | |
|---|---|
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". |
| Constructor Summary | |
|---|---|
protected |
SiteCatalogReservedWord(int tokenValue)
Initializes an instance of a reserved word token. |
| Method Summary | |
|---|---|
int |
getValue()
Obtains the token value of a given reserved word token. |
static Map |
symbolTable()
Singleton access to the symbol table as a whole. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
protected SiteCatalogReservedWord(int tokenValue)
tokenValue - is the token value to memorize.symbolTable()| Method Detail |
|---|
public static Map symbolTable()
public int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||