Class Token

java.lang.Object
javiergs.tulip.compiler.Token

public class Token extends Object
A Token is a pair of a value (string or word) and its type
Version:
1.0
Author:
javiergs, UP students 2026 - team cmd
  • Constructor Details

  • Method Details

    • getValue

      public String getValue()
    • getType

      public String getType()