public enum Benchmark extends Enum<Benchmark>
Enum Constant and Description |
---|
CollectFiles |
DFA |
LoadRules |
MeasuredTotal |
NonMeasuredTotal |
Parser |
Reporting |
Rule |
RuleChainRule |
RuleChainTotal |
RuleChainVisit |
RuleTotal |
SymbolTable |
TotalPMD |
TypeResolution |
Modifier and Type | Method and Description |
---|---|
static Benchmark |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Benchmark[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Benchmark Rule
public static final Benchmark RuleChainRule
public static final Benchmark CollectFiles
public static final Benchmark LoadRules
public static final Benchmark Parser
public static final Benchmark SymbolTable
public static final Benchmark DFA
public static final Benchmark TypeResolution
public static final Benchmark RuleChainVisit
public static final Benchmark Reporting
public static final Benchmark RuleTotal
public static final Benchmark RuleChainTotal
public static final Benchmark MeasuredTotal
public static final Benchmark NonMeasuredTotal
public static final Benchmark TotalPMD
public final int index
public final String name
public static Benchmark[] values()
for (Benchmark c : Benchmark.values()) System.out.println(c);
public static Benchmark 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 © 2002-2017 PMD. All Rights Reserved.