Class char_token


public class char_token extends token
This subclass of token represents symbols that need to maintain one char value as an attribute. It maintains that value in the public field int_val.
See Also:
  • Field Details

    • char_val

      public char char_val
      The stored char value.
  • Constructor Details

    • char_token

      public char_token(int term_num, char v)
      Full constructor.
    • char_token

      public char_token(int term_num)
      Constructor with default value of 0