public static enum MethodFlowsGraph.GraphKind extends Enum<MethodFlowsGraph.GraphKind>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
FULL
A full MethodFlowsGraph has the full internal flow.
|
STUB
A stub MethodFlowsGraph is a graph which only has typeflows for parameter and return
values, but does not have an internal flow.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodFlowsGraph.GraphKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodFlowsGraph.GraphKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MethodFlowsGraph.GraphKind STUB
public static final MethodFlowsGraph.GraphKind FULL
HostVM.MultiMethodAnalysisPolicy#insertPlaceholderParamAndReturnFlows.public static MethodFlowsGraph.GraphKind[] values()
public static MethodFlowsGraph.GraphKind 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