Decimal
com.reactific.riddl.language.AST.Decimal
case class Decimal(loc: At, whole: Long, fractional: Long) extends RealTypeExpression
A predefined type expression for a decimal value including IEEE floating point syntax.
Value parameters
- loc
-
The location of the decimal integer type expression
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RealTypeExpressiontrait NumericTypetrait TypeExpressiontrait RiddlValuetrait RiddlNodeclass Objecttrait Matchableclass Any
Members list
In this article