|
||||||||||
| 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.str_token
public class str_token
This subclass of token represents symbols that need to maintain one String value as an attribute. It maintains that value in the public field str_val.
int_token| Field Summary | |
|---|---|
java.lang.String |
str_val
The stored string value. |
| Fields inherited from class org.jacorb.idl.runtime.symbol |
|---|
parse_state, sym |
| Constructor Summary | |
|---|---|
str_token(int term_num)
Constructor for value defaulting to an empty string. |
|
str_token(int term_num,
java.lang.String v)
Full constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String str_val
| Constructor Detail |
|---|
public str_token(int term_num,
java.lang.String v)
public str_token(int term_num)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||