JType

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

Attributes

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

Members list

Value members

Abstract methods

def pretty: String

A pretty Java-esque dot-delimited syntax for serializing JTypes. Much more readable and familiar than the slash-based JVM bytecode syntax

A pretty Java-esque dot-delimited syntax for serializing JTypes. Much more readable and familiar than the slash-based JVM bytecode syntax

Attributes

Source
JvmModel.scala

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
JvmModel.scala