case class ErrorToken(msg: String) extends Token with Product with Serializable
A class of error tokens. Error tokens are used to communicate errors detected during lexical analysis
- Source
- Tokens.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ErrorToken
- Serializable
- Serializable
- Product
- Equals
- Token
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ErrorToken(msg: String)
Value Members
-
def
chars: String
- Definition Classes
- ErrorToken → Token
- val msg: String