Searched refs:isCompound (Results 1 - 17 of 17) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DType.java57 public boolean isCompound(); method in interface:Type
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DVarTypePrinter.java124 if (t.isCompound()) {
172 if (upward && !t.isCompound() && t.tsym.name.isEmpty()) {
175 } else if (t.isCompound()) {
/openjdk10/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java135 if ( et.isCompound() ) {
144 if ( t.isCompound() ) { //boxed IDLEntity
268 else if ( t.isCompound() ) {
425 if ( t.isCompound() ) { //specialcase: boxed IDL
1121 if ( t.isCompound() ) {
1179 if ( et.isCompound() ) {
1218 if ( t.isCompound() ) {
1310 if ( t.isCompound() ) {
1338 if ( !et.isCompound() ) return; //no include needed for primitive
1365 if ( t.isCompound() ) {
[all...]
H A DType.java357 public boolean isCompound() { method in class:Type
H A DCompoundType.java1034 if (type.isCompound()){
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DRichDiagnosticFormatter.java305 if (!s.type.isCompound() && !s.type.isPrimitive()) {
374 if (t.isCompound() &&
412 if (s.type.isCompound()) {
520 if (t.isCompound()) {
604 if (s.type.isCompound()) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicType.java76 public boolean isCompound() { return (asCompound() != null); } method in class:BasicType
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DType.java585 public boolean isCompound() { method in class:Type
1134 || (isCompound()
1200 public boolean isCompound() { method in class:Type.UnionClassType
1201 return getLub().isCompound();
1247 public boolean isCompound() { method in class:Type.IntersectionClassType
2208 public boolean isCompound() { return false; } method in class:Type.JCNoType
2236 public boolean isCompound() { return false; } method in class:Type.JCVoidType
2271 public boolean isCompound() { return false; } method in class:Type.BottomType
2365 public boolean isCompound() { return false; } method in class:Type.ErrorType
H A DTypes.java770 if (s.isCompound()) {
781 if (!t.hasTag(UNDETVAR) && !t.isCompound()) {
1095 if (t.isCompound() && s.isCompound()) {
1462 if (t.isCompound() || s.isCompound()) {
1463 return !t.isCompound() ?
1753 if (t.isCompound())
2019 base = t.isCompound() ? capture(base) : base;
2268 (!t.bound.isCompound()
[all...]
H A DSymbol.java847 if (!bound.isCompound())
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java842 if (t.isCompound()) {
865 Type receiverTarget = t.isCompound() ? erasure(tree.sym.owner.type) : erasure(t);
H A DFlow.java1085 List<Type> closeableSupertypes = resource.type.isCompound() ?
H A DResolve.java1162 if (t.isCompound()) {
1169 } else if (s.isCompound()) {
H A DCheck.java865 if (t.isCompound()) {
1018 if (formal.isCompound()
H A DLower.java3288 if (eType.isCompound())
H A DAttr.java3189 if (pt.isCompound()) {
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DClassWriter.java1042 if (c.type.isCompound()) {
1300 !t.isCompound());

Completed in 306 milliseconds