public enum EnterpriseKeyword extends Enum<EnterpriseKeyword> implements TokenType
Enum Constant and Description |
---|
TALLY |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getValue() |
boolean |
hasToBeSkippedFromAst(AstNode node) |
static EnterpriseKeyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnterpriseKeyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnterpriseKeyword TALLY
public static EnterpriseKeyword[] values()
for (EnterpriseKeyword c : EnterpriseKeyword.values()) System.out.println(c);
public static EnterpriseKeyword 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 boolean hasToBeSkippedFromAst(AstNode node)
hasToBeSkippedFromAst
in interface TokenType
Copyright © 2009–2017 SonarSource. All rights reserved.