BuiltMaterializedTypeInst

case class BuiltMaterializedTypeInst(origin: MatOrigin, tpe: Type & Named) extends MaterializedType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def location: Option[AstLocation]
def name: String
def rename(newName: String): MaterializedType

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product