public static enum JasmTokens.KeywordType extends Enum<JasmTokens.KeywordType>
| Enum Constant and Description |
|---|
JASMIDENTIFIER |
KEYWORD |
TOKEN |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
String |
printval() |
static JasmTokens.KeywordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JasmTokens.KeywordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JasmTokens.KeywordType TOKEN
public static final JasmTokens.KeywordType VALUE
public static final JasmTokens.KeywordType JASMIDENTIFIER
public static final JasmTokens.KeywordType KEYWORD
public static JasmTokens.KeywordType[] values()
for (JasmTokens.KeywordType c : JasmTokens.KeywordType.values()) System.out.println(c);
public static JasmTokens.KeywordType 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 printval()
Copyright © 2021. All Rights Reserved.