diff graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/JavaType.java @ 5545:65f832e7476b

Further clean up on api.meta project.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 09 Jun 2012 17:54:50 +0200
parents b4c406861c33
children 87e8baf5447c
line wrap: on
line diff
--- a/graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/JavaType.java	Sat Jun 09 17:35:43 2012 +0200
+++ b/graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/JavaType.java	Sat Jun 09 17:54:50 2012 +0200
@@ -88,5 +88,10 @@
      */
     Kind getRepresentationKind(Representation r);
 
+    /**
+     * Resolved this Java type and returns the result.
+     * @param accessingClass the class that requests resolving this type
+     * @return the resolved Java type
+     */
     ResolvedJavaType resolve(ResolvedJavaType accessingClass);
 }