io.github.scalats.ast.ArrayRef
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
class Object
trait Matchable
class Any
Show all
Members list
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