| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.openorb.compiler.parser.SymboleDef
IDL grammar symbols.
| Field Summary | |
|  java.lang.String | symbole_nameIndicates the symbol name (reserved word, for example interface, module, struct). | 
|  int | symbole_tokenDescribes the current symbol token. | 
| Constructor Summary | |
| SymboleDef(int symbole_token,
           java.lang.String symbole_name)Set the token and reserved word. | |
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public int symbole_token
public java.lang.String symbole_name
| Constructor Detail | 
public SymboleDef(int symbole_token,
                  java.lang.String symbole_name)
symbole_token - symbol tokensymbole_name - reserved word| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||