ArrayRef

io.github.scalats.ast.ArrayRef
case class ArrayRef(innerType: TypeRef) extends TypeRef

Reference to an type of Array (e.g. Array<string>).

Value parameters

innerType

the element type (e.g. string for Array<string>)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeRef
class Object
trait Matchable
class Any
Show all

Members list

Value members

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val name: String

The type name

The type name

Attributes