JType

mill.codesig.JvmModel.JType
See theJType companion trait
object JType

Attributes

Companion
trait
Source
JvmModel.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JType.type

Members list

Type members

Classlikes

case class Arr(innerType: JType) extends JType

Attributes

Companion
object
Source
JvmModel.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
trait JType
class Object
trait Matchable
class Any
Show all
object Arr

Attributes

Companion
class
Source
JvmModel.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Arr.type
class Cls extends JType

Attributes

Companion
object
Source
JvmModel.scala
Supertypes
trait JType
class Object
trait Matchable
class Any
object Cls

Attributes

Companion
class
Source
JvmModel.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Cls.type
sealed class Prim(val pretty: String) extends JType

Attributes

Companion
object
Source
JvmModel.scala
Supertypes
trait JType
class Object
trait Matchable
class Any
Known subtypes
object B
object C
object D
object F
object I
object J
object S
object V
object Z
Show all
object Prim

Attributes

Companion
class
Source
JvmModel.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Prim.type

Value members

Concrete methods

def read(s: String)(using st: SymbolTable): JType

Attributes

Source
JvmModel.scala

Implicits

Implicits

implicit val ordering: Ordering[JType]

Attributes

Source
JvmModel.scala
implicit val rw: ReadWriter[MethodSig]

Attributes

Source
JvmModel.scala