comparison 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
comparison
equal deleted inserted replaced
4479:95802b2cec42 4484:14a00ee82980
95 * Gets the kind used to represent the specified part of this type. 95 * Gets the kind used to represent the specified part of this type.
96 * @param r the part of the this type 96 * @param r the part of the this type
97 * @return the kind of constants for the specified part of the type 97 * @return the kind of constants for the specified part of the type
98 */ 98 */
99 CiKind getRepresentationKind(Representation r); 99 CiKind getRepresentationKind(Representation r);
100
101 RiResolvedType resolve(RiResolvedType accessingClass);
100 } 102 }