com.sonarsource.cobol.api
Enum GcosKeyword
java.lang.Object
java.lang.Enum<GcosKeyword>
com.sonarsource.cobol.api.GcosKeyword
- All Implemented Interfaces:
- AstNodeType, TokenType, Serializable, Comparable<GcosKeyword>
public enum GcosKeyword
- extends Enum<GcosKeyword>
- implements TokenType
CD
public static final GcosKeyword CD
COMMUNICATION
public static final GcosKeyword COMMUNICATION
DESTINATION
public static final GcosKeyword DESTINATION
ERROR
public static final GcosKeyword ERROR
GLOBAL
public static final GcosKeyword GLOBAL
MESSAGE
public static final GcosKeyword MESSAGE
QUEUE
public static final GcosKeyword QUEUE
RECEIVE
public static final GcosKeyword RECEIVE
SEGMENT
public static final GcosKeyword SEGMENT
SEND
public static final GcosKeyword SEND
SOURCE
public static final GcosKeyword SOURCE
TABLE
public static final GcosKeyword TABLE
TERMINAL
public static final GcosKeyword TERMINAL
TEXT
public static final GcosKeyword TEXT
values
public static GcosKeyword[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (GcosKeyword c : GcosKeyword.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static GcosKeyword valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
hasToBeSkippedFromAst
public boolean hasToBeSkippedFromAst(AstNode node)
- Specified by:
hasToBeSkippedFromAst in interface TokenType
getName
public String getName()
- Specified by:
getName in interface TokenType
getValue
public String getValue()
- Specified by:
getValue in interface TokenType
Copyright © 2009-2014 SonarSource. All Rights Reserved.