Searched refs:asCompound (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DType.java44 public CompoundType asCompound(); method in interface:Type
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicType.java63 public CompoundType asCompound() { return null; } method in class:BasicType
76 public boolean isCompound() { return (asCompound() != null); }
H A DBasicCompoundType.java49 public CompoundType asCompound() { return this; } method in class:BasicCompoundType

Completed in 31 milliseconds