comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiResolvedField.java @ 5502:13aee5aba8cc

Moved RiConstant to cri.ri package.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 17:07:42 +0200
parents d89b20486d87
children
comparison
equal deleted inserted replaced
5501:d89b20486d87 5502:13aee5aba8cc
22 */ 22 */
23 package com.oracle.max.cri.ri; 23 package com.oracle.max.cri.ri;
24 24
25 import java.lang.annotation.*; 25 import java.lang.annotation.*;
26 import java.lang.reflect.*; 26 import java.lang.reflect.*;
27
28 import com.oracle.max.cri.ci.*;
29 27
30 /** 28 /**
31 * Represents a reference to a resolved field. Fields, like methods and types, are 29 * Represents a reference to a resolved field. Fields, like methods and types, are
32 * resolved through {@link RiConstantPool constant pools}, and their actual implementation is provided by the 30 * resolved through {@link RiConstantPool constant pools}, and their actual implementation is provided by the
33 * {@link RiRuntime runtime} to the compiler. 31 * {@link RiRuntime runtime} to the compiler.