comparison graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/java/NewMultiArrayNode.java @ 15002:06e50d290784

isAllowedUsageType on Nodes
author Lukas Stadler <lukas.stadler@oracle.com>
date Mon, 07 Apr 2014 11:32:08 +0200
parents c0309792b0cd
children 882f4cb7cfcf
comparison
equal deleted inserted replaced
15001:27c04ee36dcb 15002:06e50d290784
48 return dimensions; 48 return dimensions;
49 } 49 }
50 50
51 /** 51 /**
52 * Constructs a new NewMultiArrayNode. 52 * Constructs a new NewMultiArrayNode.
53 * 53 *
54 * @param type the element type of the array 54 * @param type the element type of the array
55 * @param dimensions the node which produce the dimensions for this array 55 * @param dimensions the node which produce the dimensions for this array
56 */ 56 */
57 public NewMultiArrayNode(ResolvedJavaType type, ValueNode[] dimensions) { 57 public NewMultiArrayNode(ResolvedJavaType type, ValueNode[] dimensions) {
58 super(StampFactory.exactNonNull(type)); 58 super(StampFactory.exactNonNull(type));