|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.rql.topic.SymbolTable
| Nested Class Summary | |
protected class |
SymbolTable.Symbol
|
| Field Summary | |
static int |
AMOUNT_MODIFIER
|
static java.lang.String |
AMOUNT_PREFIX
|
static int |
CONTROL
|
static int |
DEFINITION_MODIFIER
|
static int |
EQUALS
|
static int |
MODIFIER
|
static int |
NOT
|
static int |
NUMBER
|
static int |
OPERATOR
|
static int |
STRING
|
static int |
TOPIC_SET_MODIFIER
|
static int |
WORD
|
| Constructor Summary | |
SymbolTable()
Constructor |
|
| Method Summary | |
int |
getType(java.lang.String nm)
Return the type of this node. |
boolean |
hasAmount(java.lang.String nm)
Does this operator take an optional amount? |
void |
init()
|
boolean |
isNumber(java.lang.String nm)
Is this a number? |
boolean |
isString(java.lang.String nm)
Is this a string? |
boolean |
isToken(java.lang.String nm)
Is this a Verity token? |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int MODIFIER
public static final int OPERATOR
public static final int EQUALS
public static final int TOPIC_SET_MODIFIER
public static final int DEFINITION_MODIFIER
public static final int WORD
public static final int STRING
public static final int NUMBER
public static final int NOT
public static final int CONTROL
public static final int AMOUNT_MODIFIER
public static final java.lang.String AMOUNT_PREFIX
| Constructor Detail |
public SymbolTable()
| Method Detail |
public void init()
public int getType(java.lang.String nm)
public boolean hasAmount(java.lang.String nm)
public boolean isToken(java.lang.String nm)
public boolean isNumber(java.lang.String nm)
public boolean isString(java.lang.String nm)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||