ArrayTypeRef

final case class ArrayTypeRef(base: NonArrayTypeRef, dimensions: Int) extends TypeRef

Array type.

Companion:
object
trait Product
trait Equals
class TypeRef
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

Inherited from:
Product
def show(): String
Inherited from:
TypeRef