Top Description Fields Constructors Methods
sun.jvm.hotspot.debugger.cdbg.basic

public Class CompoundTypeKind

extends Object
Class Inheritance

Type-safe enum for discriminating between classes, structs and unions, which are all represented as compound types

Field Summary

Modifier and TypeField and Description
public static final CompoundTypeKind
public static final CompoundTypeKind
public static final CompoundTypeKind

Constructor Summary

AccessConstructor and Description
private

Method Summary

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

CLASSback to summary
public static final CompoundTypeKind CLASS
STRUCTback to summary
public static final CompoundTypeKind STRUCT
UNIONback to summary
public static final CompoundTypeKind UNION

Constructor Detail

CompoundTypeKindback to summary
private CompoundTypeKind()