case class Identifier(chars: String) extends Token with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Identifier
- Serializable
- Serializable
- Product
- Equals
- Token
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Identifier(chars: String)
Value Members
-
val
chars: String
- Definition Classes
- Identifier → Token
-
def
toString(): String
- Definition Classes
- Identifier → AnyRef → Any