public static enum CallResolver.Metrics.MetricType extends java.lang.Enum<CallResolver.Metrics.MetricType>
| Enum Constant and Description |
|---|
CALL_TO_ABSTRACT_METHOD |
CONCRETE_CALL |
MISSING_CLASS |
MISSING_METHODS |
PARTIAL_EVALUATOR_EXCEPTION |
PARTIAL_EVALUATOR_VALUE_IMPRECISE |
SYMBOLIC_CALL |
UNSUPPORTED_OPCODE |
| Modifier and Type | Method and Description |
|---|---|
static CallResolver.Metrics.MetricType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CallResolver.Metrics.MetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CallResolver.Metrics.MetricType MISSING_CLASS
public static final CallResolver.Metrics.MetricType MISSING_METHODS
public static final CallResolver.Metrics.MetricType UNSUPPORTED_OPCODE
public static final CallResolver.Metrics.MetricType PARTIAL_EVALUATOR_EXCEPTION
public static final CallResolver.Metrics.MetricType PARTIAL_EVALUATOR_VALUE_IMPRECISE
public static final CallResolver.Metrics.MetricType SYMBOLIC_CALL
public static final CallResolver.Metrics.MetricType CONCRETE_CALL
public static final CallResolver.Metrics.MetricType CALL_TO_ABSTRACT_METHOD
public static CallResolver.Metrics.MetricType[] values()
for (CallResolver.Metrics.MetricType c : CallResolver.Metrics.MetricType.values()) System.out.println(c);
public static CallResolver.Metrics.MetricType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null