|
|||||||||||
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.long_token
org.jacorb.idl.fixed_token
This subclass of token represents symbols that need to maintain one String value plus the line and the position this value was found in as attributes. It maintains that value in the public field str_val.
long_token
,
Serialized FormField Summary | |
java.math.BigDecimal |
fixed_val
|
Fields inherited from class org.jacorb.idl.runtime.long_token |
long_val |
Fields inherited from class org.jacorb.idl.runtime.symbol |
parse_state, sym |
Constructor Summary | |
fixed_token(int term_num,
java.math.BigDecimal f)
Full constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.math.BigDecimal fixed_val
Constructor Detail |
public fixed_token(int term_num, java.math.BigDecimal f)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |