ArrayTypeRef

tastyquery.Types$.ErasedTypeRef$.ArrayTypeRef
final case class ArrayTypeRef(base: ClassRef, dimensions: Int)

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
ErasedTypeRef
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toDebugString: String

Attributes

Inherited from:
ErasedTypeRef

The FullyQualifiedName for this ErasedTypeRef as found in the TermSigs of Signatures.

The FullyQualifiedName for this ErasedTypeRef as found in the TermSigs of Signatures.

Attributes

Inherited from:
ErasedTypeRef
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
ErasedTypeRef -> Any
Inherited from:
ErasedTypeRef