diff graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiType.java @ 4484:14a00ee82980

Implement eager type resolving.
author Andreas Woess <andreas.woess@jku.at>
date Tue, 07 Feb 2012 21:15:58 +0100
parents aaac4894175c
children a53162ca8219
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiType.java	Tue Feb 07 12:48:19 2012 +0100
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiType.java	Tue Feb 07 21:15:58 2012 +0100
@@ -97,4 +97,6 @@
      * @return the kind of constants for the specified part of the type
      */
     CiKind getRepresentationKind(Representation r);
+
+    RiResolvedType resolve(RiResolvedType accessingClass);
 }