Identifier

case class Identifier(chars: String) extends Token

The class of identifier tokens

trait Serializable
trait Product
trait Equals
class Token
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

Inherited from:
Product