Class Lexer.Token

java.lang.Object
org.episteme.natural.computing.compiler.Lexer.Token
Enclosing class:
Lexer

public static class Lexer.Token extends Object
Represents a single token.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Field Details

    • type

      public final Lexer.TokenType type
    • value

      public final String value
    • line

      public final int line
    • column

      public final int column
  • Constructor Details

  • Method Details