class AbstractToken Represents an abstract base class for tokens. This class should be extended by specific token implementations. Constructors new AbstractToken(tokenKind: TokenKind,location: Location,text: string,)