public static enum ClassControlFlowGraph.FrameNodeType extends Enum<ClassControlFlowGraph.FrameNodeType>
| Modifier and Type | Method and Description |
|---|---|
static ClassControlFlowGraph.FrameNodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassControlFlowGraph.FrameNodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassControlFlowGraph.FrameNodeType ENTRY
public static final ClassControlFlowGraph.FrameNodeType EXIT
public static final ClassControlFlowGraph.FrameNodeType LOOP
public static final ClassControlFlowGraph.FrameNodeType CALL
public static final ClassControlFlowGraph.FrameNodeType RETURN
public static ClassControlFlowGraph.FrameNodeType[] values()
for (ClassControlFlowGraph.FrameNodeType c : ClassControlFlowGraph.FrameNodeType.values()) System.out.println(c);
public static ClassControlFlowGraph.FrameNodeType 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 nullCopyright © 2010–2017 EvoSuite. All rights reserved.