Array Type
open class ArrayType(internalType: Type, is2D: Boolean) : DataStructureType
Content copied to clipboard
Array type
represents type for arrays. Currently only supports up to two dimensional arrays due to complexities in animating.
Constructors
Types
Functions
containsMethod
Link copied to clipboard
getConstructor
Link copied to clipboard
getMethodByName
Link copied to clipboard
getMethodNameByMethod
Link copied to clipboard
Properties
Inheritors
ListType
Link copied to clipboard