Common trait for RawIntDeciToken, NatOxToken and NatOyToken has the getIntStd method. This is the trait you would use in general purpose programming language, where raw hexadecimal and raw Bse32 numbers are disallowed.
- Companion:
- object
trait ValidPosFracToken
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
class Nat0xToken
class NatDeciToken
Value members
Concrete methods
Inherited methods
The digit chars used to calculate the integer.
The digit chars used to calculate the integer.
- Inherited from:
- ValidIntToken
This with the addition of the "Expr" String gives the exprName property.
This with the addition of the "Expr" String gives the exprName property.
- Inherited from:
- ClauseMemExprToken
Returns an integer value for the Token using the standard decimal format unless it is an 0x or 0y Token.
Returns an integer value for the Token using the standard decimal format unless it is an 0x or 0y Token.
- Inherited from:
- IntStdToken