| gnu.mapping.ProcedureN nice.tools.code.MultiArrayNewProc
MultiArrayNewProc | public MultiArrayNewProc(ArrayType arrayType, int nbDimensions)(Code) | | Parameters: arrayType - the type of the array Parameters: nbDimensions - the number of dimensions to be allocated.The corresponding number of integers are expected as arguments of the procedure. |
creationType | static ArrayType creationType(ArrayType computedType, Target target, boolean promote)(Code) | | Decide the bytecode type to create a new array with,
given its computed type and the target.
Parameters: promote - whether promotion of component types is desired. |
|
|