Package java_cup.runtime
Class token
java.lang.Object
java_cup.runtime.symbol
java_cup.runtime.token
- Direct Known Subclasses:
char_token
,double_token
,float_token
,int_token
,long_token
,str_token
This subclass of symbol represents (at least) terminal symbols returned
by the scanner and placed on the parse stack. At present, this
class does nothing more than its super class.
- See Also:
-
Field Summary
Fields inherited from class java_cup.runtime.symbol
parse_state, sym
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
token
public token(int term_num)
-