public enum MicrofocusKeyword extends Enum<MicrofocusKeyword> implements TokenType
| Enum Constant and Description |
|---|
AX_EVENT_LIST |
B_AND |
B_EXOR |
B_NOT |
B_OR |
B_XOR |
BACKGROUND_COLOR |
BINARY_CHAR |
BINARY_DOUBLE |
BINARY_LONG |
BINARY_SHORT |
CCOL |
CONSTRUCTOR |
CONTROL |
CSIZE |
DESTROY |
END_DISPLAY |
EVENT_LIST |
FOREGROUND_COLOR |
HANDLE |
HELP_ID |
INQUIRE |
MODIFY |
NUMBER |
OBJECT |
SHARING |
THREAD |
THREAD_LOCAL_STORAGE |
WAIT |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue() |
boolean |
hasToBeSkippedFromAst(AstNode node) |
static MicrofocusKeyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MicrofocusKeyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MicrofocusKeyword WAIT
public static final MicrofocusKeyword INQUIRE
public static final MicrofocusKeyword MODIFY
public static final MicrofocusKeyword DESTROY
public static final MicrofocusKeyword THREAD
public static final MicrofocusKeyword NUMBER
public static final MicrofocusKeyword CONTROL
public static final MicrofocusKeyword HANDLE
public static final MicrofocusKeyword CCOL
public static final MicrofocusKeyword CSIZE
public static final MicrofocusKeyword BACKGROUND_COLOR
public static final MicrofocusKeyword FOREGROUND_COLOR
public static final MicrofocusKeyword HELP_ID
public static final MicrofocusKeyword CONSTRUCTOR
public static final MicrofocusKeyword OBJECT
public static final MicrofocusKeyword EVENT_LIST
public static final MicrofocusKeyword AX_EVENT_LIST
public static final MicrofocusKeyword THREAD_LOCAL_STORAGE
public static final MicrofocusKeyword BINARY_CHAR
public static final MicrofocusKeyword BINARY_SHORT
public static final MicrofocusKeyword BINARY_LONG
public static final MicrofocusKeyword BINARY_DOUBLE
public static final MicrofocusKeyword SHARING
public static final MicrofocusKeyword B_NOT
public static final MicrofocusKeyword B_AND
public static final MicrofocusKeyword B_OR
public static final MicrofocusKeyword B_XOR
public static final MicrofocusKeyword B_EXOR
public static final MicrofocusKeyword END_DISPLAY
public static MicrofocusKeyword[] values()
for (MicrofocusKeyword c : MicrofocusKeyword.values()) System.out.println(c);
public static MicrofocusKeyword 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 TokenTypeCopyright © 2009–2018 SonarSource. All rights reserved.