- java.lang.Object
-
- com.github.jezza.lang.Token
-
public final class Token extends java.lang.Object- Author:
- Jezza
-
-
Constructor Summary
Constructors Constructor Description Token(int type, int row, int col, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
EOS
public static final Token EOS
-
type
public final int type
-
row
public final int row
-
col
public final int col
-
value
public final java.lang.String value
-
-