Token

scala.util.parsing.combinator.token.Tokens.Token
abstract class Token

Objects of this type are produced by a lexical parser or scanner, and consumed by a parser.

Attributes

See also
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object EOF
class ErrorToken
class Identifier
class Keyword
class NumericLit
class StringLit
Show all

Members list

Value members

Abstract methods

def chars: String