public static interface Type.Array extends Type.EffectiveArray
[1,2,3] is an instance of array
type int[]; however, [false] is not.Type.Array, Type.EffectiveArray, Type.EffectiveRecord, Type.EffectiveReference, Type.Function, Type.FunctionOrMethod, Type.Impl, Type.Intersection, Type.Leaf, Type.Method, Type.Negation, Type.Nominal, Type.Primitive, Type.Property, Type.Record, Type.Reference, Type.Union| Modifier and Type | Method and Description |
|---|---|
Type |
element()
Get the element type of this array.
|
getReadableElementType, getWriteableElementType, updateArray, fromString, Function, Intersection, Method, Method, Method, Negation, Nominal, Property, Record, Record, Reference, toImplArrays, toImplOrVoid, toImplRecords, UnionType element()
Copyright © 2017. All rights reserved.