Searched defs:getEnclosingType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/javax/lang/model/type/
H A DDeclaredType.java85 TypeMirror getEnclosingType(); method in interface:DeclaredType
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DType.java284 public Type getEnclosingType() { return null; } method in class:Type
588 return new ClassType(getEnclosingType(), typarams_field, tsym) {
604 if (getEnclosingType().tag == CLASS && tsym.owner.kind == TYP) {
605 buf.append(getEnclosingType().toString());
662 public Type getEnclosingType() { method in class:Type.ClassType
672 allparams_field = getTypeArguments().prependList(getEnclosingType().allparams());
679 getEnclosingType().isErroneous() ||
705 Type outer = getEnclosingType();
717 && (getEnclosingType().contains(elem) || contains(getTypeArguments(), elem)))
1102 public Type getEnclosingType() { retur method in class:Type.DelegatedType
1323 public Type getEnclosingType() { return this; } method in class:Type.ErrorType
[all...]

Completed in 200 milliseconds