Class PALplate.mud.vec_token
All Packages Class Hierarchy This Package Previous Next Index
Class PALplate.mud.vec_token
java.lang.Object
|
+----java_cup.runtime.symbol
|
+----java_cup.runtime.token
|
+----PALplate.mud.vec_token
- public class vec_token
- extends token
This subclass of token represents symbols that need to maintain one
Vector value as an attribute. It maintains that value in the public
field vec_val.
- See Also:
- token
-
vec_val
- The stored int value.
-
vec_token(int)
- Constructor with default value of 0.
-
vec_token(int, Vector)
- Full constructor.
vec_val
public Vector vec_val
- The stored int value.
vec_token
public vec_token(int term_num,
Vector vv)
- Full constructor.
vec_token
public vec_token(int term_num)
- Constructor with default value of 0.
All Packages Class Hierarchy This Package Previous Next Index