TupleRef

io.github.scalats.ast.TupleRef
case class TupleRef(typeArgs: List[TypeRef]) extends TypeRef

Reference to a type of tuple (e.g. [string, int]).

Attributes

typeArgs

the types for the tuple elements

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

Members list

Concise view

Value members

Concrete methods

The type name

The type name

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
GenericTypeRef (hidden)

Inherited fields

lazy override val 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.

Inherited from:
GenericTypeRef (hidden)