| Package | Description |
|---|---|
| io.airlift.airline |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<Context,java.lang.Class<? extends Suggester>> |
SuggestCommand.BUILTIN_SUGGESTERS |
private java.util.List<Context> |
ParseState.locationStack |
| Modifier and Type | Method and Description |
|---|---|
Context |
ParseState.getLocation() |
static Context |
Context.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Context[] |
Context.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ParseState |
ParseState.pushContext(Context location) |
| Constructor and Description |
|---|
ParseState(CommandGroupMetadata group,
CommandMetadata command,
com.google.common.collect.ListMultimap<OptionMetadata,java.lang.Object> parsedOptions,
java.util.List<Context> locationStack,
java.util.List<java.lang.Object> parsedArguments,
OptionMetadata currentOption,
java.util.List<java.lang.String> unparsedInput) |