Package java_cup.runtime
Class str_token
java.lang.Object
java_cup.runtime.symbol
java_cup.runtime.token
java_cup.runtime.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.
- See Also:
-
Field Summary
FieldsFields inherited from class java_cup.runtime.symbol
parse_state, sym
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
str_val
The stored string value.
-
-
Constructor Details
-
str_token
Full constructor. -
str_token
public str_token(int term_num) Constructor for value defaulting to an empty string.
-