BooleanLiteral

dc10.scala.Symbol.Term.ValueLevel.Var.BooleanLiteral
case class BooleanLiteral[Z](qnt: Option[Long], tpe: TypeLevel[Boolean, Z], b: Boolean) extends Var[Boolean, Z]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Var[Boolean, Z]
trait ValueLevel[Boolean, 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