Package java_cup.runtime
Class double_token
- java.lang.Object
-
- java_cup.runtime.symbol
-
- java_cup.runtime.token
-
- java_cup.runtime.double_token
-
-
Field Summary
Fields Modifier and Type Field Description double
double_val
The stored double value.-
Fields inherited from class java_cup.runtime.symbol
parse_state, sym
-
-
Constructor Summary
Constructors Constructor Description double_token(int term_num)
Constructor with default value of 0.0.double_token(int term_num, double v)
Full constructor.
-