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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DCompoundTypeKind.java30 public class CompoundTypeKind { class
31 public static final CompoundTypeKind CLASS = new CompoundTypeKind();
32 public static final CompoundTypeKind STRUCT = new CompoundTypeKind();
33 public static final CompoundTypeKind UNION = new CompoundTypeKind();
35 private CompoundTypeKind() {} method in class:CompoundTypeKind

Completed in 237 milliseconds