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