diff graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiSignature.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 438ab53efdd0
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiSignature.java	Tue Feb 07 12:48:19 2012 +0100
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiSignature.java	Tue Feb 07 21:15:58 2012 +0100
@@ -49,7 +49,7 @@
      *        not care for a resolved type.
      * @return the {@code index}'th argument type
      */
-    RiType argumentTypeAt(int index, RiType accessingClass);
+    RiType argumentTypeAt(int index, RiResolvedType accessingClass);
 
     /**
      * Gets the argument kind at the specified position.