comparison graal/com.oracle.max.criutils/src/com/oracle/max/criutils/BaseUnresolvedMethod.java @ 5507:dc71b06d09f8

Moving classes from cri.ri to api.meta.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 18:24:06 +0200
parents aaac4894175c
children 426c605c9d3c
comparison
equal deleted inserted replaced
5506:56860d3f9f39 5507:dc71b06d09f8
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.criutils; 23 package com.oracle.max.criutils;
24 24
25 import com.oracle.graal.api.meta.*;
25 import com.oracle.max.cri.ci.*; 26 import com.oracle.max.cri.ci.*;
26 import com.oracle.max.cri.ri.*;
27 27
28 /** 28 /**
29 * A implementation of {@link RiMethod} for an unresolved method. 29 * A implementation of {@link RiMethod} for an unresolved method.
30 */ 30 */
31 public class BaseUnresolvedMethod implements RiMethod { 31 public class BaseUnresolvedMethod implements RiMethod {