Searched defs:isCompound (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DType.java57 public boolean isCompound(); method in interface:Type
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicType.java76 public boolean isCompound() { return (asCompound() != null); } method in class:BasicType
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DType.java357 public boolean isCompound() { method in class:Type
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DType.java332 public boolean isCompound() { method in class:Type
718 || (isCompound()
1330 public boolean isCompound() { return false; } method in class:Type.ErrorType

Completed in 52 milliseconds