NegDeciToken
case class NegDeciToken(startPosn: TextPosn, digitsStr: String) extends RawIntDeciToken with ValidRawHexaNegToken
Negative natural number token. There must be no space between the '-' character and the digits.
trait Serializable
trait Product
trait Equals
trait ValidRawHexaNegToken
trait RawIntDeciToken
trait ValidRawHexaIntToken
trait ValidRawBase32IntToken
trait ValidBase32IntToken
trait ValidHexaIntToken
trait IntStdToken
trait ValidFracToken
trait ValidIntToken
trait ClauseMemExprToken
trait ClauseMemToken
trait BlockMemToken
trait Token
trait ClauseMemExpr
trait ClauseMem
trait AssignMemExpr
trait AssignMem
trait Expr
trait StatementMem
trait BlockMem
trait TextSpan
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
gets the natural integer value part from this token interpreting it as a standard Base10 notation.
gets the natural integer value part from this token interpreting it as a standard Base10 notation.
- Inherited from:
- RawIntDeciToken