Class Lexer.Token
java.lang.Object
org.episteme.natural.computing.compiler.Lexer.Token
- Enclosing class:
Lexer
Represents a single token.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
value
-
line
public final int line -
column
public final int column
-
-
Constructor Details
-
Token
-
-
Method Details
-
toString
-