comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiType.java @ 5504:452f91ebdb54

Moved RiKind to cri.ri package.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 17:09:57 +0200
parents 438ab53efdd0
children
comparison
equal deleted inserted replaced
5503:438ab53efdd0 5504:452f91ebdb54
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 package com.oracle.max.cri.ri; 23 package com.oracle.max.cri.ri;
24
25 import com.oracle.max.cri.ci.*;
26 24
27 /** 25 /**
28 * Represents a resolved or unresolved type in the compiler-runtime interface. Types include primitives, objects, {@code void}, 26 * Represents a resolved or unresolved type in the compiler-runtime interface. Types include primitives, objects, {@code void},
29 * and arrays thereof. 27 * and arrays thereof.
30 */ 28 */