public enum Parser extends Enum<Parser>
| Enum Constant and Description |
|---|
CHECKSTYLE |
CODENARC |
CPD |
CPPLINT |
CSSLINT |
FINDBUGS |
FXCOP |
GENDARME |
JCREPORT |
JSLINT |
PEP8 |
PERLCRITIC |
PMD |
PYLINT |
SIMIAN |
STYLECOP |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeDescriptorName() |
static Parser |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parser[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Parser CHECKSTYLE
public static final Parser CODENARC
public static final Parser CPD
public static final Parser CPPLINT
public static final Parser FINDBUGS
public static final Parser FXCOP
public static final Parser GENDARME
public static final Parser JCREPORT
public static final Parser PEP8
public static final Parser PERLCRITIC
public static final Parser PMD
public static final Parser PYLINT
public static final Parser SIMIAN
public static final Parser STYLECOP
public static final Parser JSLINT
public static final Parser CSSLINT
public static Parser[] values()
for (Parser c : Parser.values()) System.out.println(c);
public static Parser 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 nullpublic String getTypeDescriptorName()
Copyright © 2004-2015. All Rights Reserved.