@Beta public enum JavaSpecialIdentifier extends Enum<JavaSpecialIdentifier> implements org.sonar.sslr.grammar.GrammarRuleKey
Enum Constant and Description |
---|
VAR |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static JavaSpecialIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaSpecialIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaSpecialIdentifier VAR
public static JavaSpecialIdentifier[] values()
for (JavaSpecialIdentifier c : JavaSpecialIdentifier.values()) System.out.println(c);
public static JavaSpecialIdentifier 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 getValue()
Copyright © 2012–2018 SonarSource. All rights reserved.