ArrayCreationExpr

constructor()(source)
constructor(elementType: Type, levels: NodeList<ArrayCreationLevel>, initializer: ArrayInitializerExpr)(source)
constructor(elementType: Type)(source)


constructor(tokenRange: TokenRange, elementType: Type, levels: NodeList<ArrayCreationLevel>, initializer: ArrayInitializerExpr)(source)

This constructor is used by the parser and is considered private.