public enum PreV200HiveCliEmulator extends Enum<PreV200HiveCliEmulator> implements CommandShellEmulator
source commands, and the broken full line comment
handling.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
PostProcessor |
postProcessor(StatementLexer lexer) |
PreProcessor |
preProcessor() |
String |
specialCharacters() |
List<TokenRule> |
splitterRules() |
static PreV200HiveCliEmulator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreV200HiveCliEmulator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreV200HiveCliEmulator INSTANCE
public static PreV200HiveCliEmulator[] values()
for (PreV200HiveCliEmulator c : PreV200HiveCliEmulator.values()) System.out.println(c);
public static PreV200HiveCliEmulator 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 PreProcessor preProcessor()
preProcessor in interface CommandShellEmulatorpublic PostProcessor postProcessor(StatementLexer lexer)
postProcessor in interface CommandShellEmulatorpublic String getName()
getName in interface CommandShellEmulatorpublic String specialCharacters()
specialCharacters in interface CommandShellEmulatorpublic List<TokenRule> splitterRules()
splitterRules in interface CommandShellEmulatorCopyright © 2013–2020. All rights reserved.