ArrayTypeRef

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

Members list

Value members

Concrete methods

Extension method from ErasedTypeRef

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 SignatureName for this ErasedTypeRef as found in the TermSigs of Signatures.

The SignatureName 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