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