protected static enum AnalysisObject.AnalysisObjectKind extends Enum<AnalysisObject.AnalysisObjectKind>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
AllocationContextSensitive |
ConstantContextSensitive |
ConstantObject |
ContextInsensitive
The types of runtime objects that the analysis models.
|
| Modifier and Type | Method and Description |
|---|---|
static AnalysisObject.AnalysisObjectKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisObject.AnalysisObjectKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalysisObject.AnalysisObjectKind ContextInsensitive
public static final AnalysisObject.AnalysisObjectKind ConstantObject
public static final AnalysisObject.AnalysisObjectKind AllocationContextSensitive
public static final AnalysisObject.AnalysisObjectKind ConstantContextSensitive
protected final String prefix
public static AnalysisObject.AnalysisObjectKind[] values()
public static AnalysisObject.AnalysisObjectKind valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null