comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiField.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
26 import com.oracle.max.cri.ci.*;
27 24
28 /** 25 /**
29 * Represents a reference to a field, including both resolved and unresolved fields. Fields, like methods and types, are 26 * Represents a reference to a field, including both resolved and unresolved fields. Fields, like methods and types, are
30 * resolved through {@link RiConstantPool constant pools}, and their actual implementation is provided by the 27 * resolved through {@link RiConstantPool constant pools}, and their actual implementation is provided by the
31 * {@link RiRuntime runtime} to the compiler. 28 * {@link RiRuntime runtime} to the compiler.