Searched refs:getSuperType (Results 1 - 6 of 6) sorted by relevance

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodeinfo.processor/src/org/graalvm/compiler/nodeinfo/processor/
H A DGraphNodeVerifier.java189 currentClazz = getSuperType(currentClazz);
190 } while (!isObject(getSuperType(currentClazz).asType()));
210 private TypeElement getSuperType(TypeElement element) { method in class:GraphNodeVerifier
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.java191 for (dst = dsttype; dst != null; dst = dst.getSuperType()) {
192 for (src = srctype; src != null; src = src.getSuperType()) {
193 for (cmp = comptype; cmp != null; cmp = cmp.getSuperType()) {
H A DGraphicsPrimitive.java282 srctype = srctype.getSuperType();
291 comptype = comptype.getSuperType();
300 dsttype = dsttype.getSuperType();
H A DCompositeType.java42 * the getSuperType method provides a way to ask a given CompositeType
265 public CompositeType getSuperType() { method in class:CompositeType
H A DSurfaceType.java44 * the getSuperType method provides a way to ask a given SurfaceType
424 public SurfaceType getSuperType() { method in class:SurfaceType
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/
H A DUtils.java864 public TypeMirror getSuperType(TypeElement te) { method in class:Utils
888 for (TypeMirror t = getSuperType(origin);
890 t = getSuperType(asTypeElement(t))) {
1005 TypeMirror superType = getSuperType(te);
1016 TypeMirror superType = getSuperType(asTypeElement(p));

Completed in 221 milliseconds