public static enum CodeColorizer.Format extends Enum<CodeColorizer.Format>
| Modifier and Type | Method and Description |
|---|---|
List<Tokenizer> |
getTokenizers() |
static CodeColorizer.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeColorizer.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeColorizer.Format JAVA
public static final CodeColorizer.Format GROOVY
public static CodeColorizer.Format[] values()
for (CodeColorizer.Format c : CodeColorizer.Format.values()) System.out.println(c);
public static CodeColorizer.Format 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 List<Tokenizer> getTokenizers()
Copyright © 2009-2012 SonarSource. All Rights Reserved.