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

Variable Index

 o vec_val
The stored int value.

Constructor Index

 o vec_token(int)
Constructor with default value of 0.
 o vec_token(int, Vector)
Full constructor.

Variables

 o vec_val
  public Vector vec_val
The stored int value.

Constructors

 o vec_token
  public vec_token(int term_num,
                   Vector vv)
Full constructor.
 o vec_token
  public vec_token(int term_num)
Constructor with default value of 0.

All Packages  Class Hierarchy  This Package  Previous  Next  Index