IntLiteral

dc10.scala.Symbol.Term.ValueLevel.Var.IntLiteral
case class IntLiteral[Z](qnt: Option[Long], tpe: TypeLevel[Int, Z], i: Int) extends Var[Int, Z]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Var[Int, Z]
trait ValueLevel[Int, Z]
trait Term
trait Symbol
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product