|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.idl.runtime.symbol
org.jacorb.idl.runtime.token
org.jacorb.idl.runtime.char_token
This subclass of token represents symbols that need to maintain one char value as an attribute. It maintains that value in the public field int_val.
str_token
Field Summary | |
char |
char_val
The stored char value. |
Fields inherited from class org.jacorb.idl.runtime.symbol |
parse_state, sym |
Constructor Summary | |
char_token(int term_num)
Constructor with default value of 0 |
|
char_token(int term_num,
char v)
Full constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public char char_val
Constructor Detail |
public char_token(int term_num, char v)
public char_token(int term_num)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |