|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArgumentDescriptor | |
|---|---|
| org.crsh.cli.descriptor | |
| org.crsh.cli.impl.invocation | |
| org.crsh.cli.impl.parser | |
| Uses of ArgumentDescriptor in org.crsh.cli.descriptor |
|---|
| Fields in org.crsh.cli.descriptor with type parameters of type ArgumentDescriptor | |
|---|---|
private List<ArgumentDescriptor> |
CommandDescriptor.arguments
. |
private List<ArgumentDescriptor> |
CommandDescriptor.uArguments
. |
| Methods in org.crsh.cli.descriptor that return ArgumentDescriptor | |
|---|---|
ArgumentDescriptor |
CommandDescriptor.getArgument(int index)
Returns a a specified argument by its index. |
| Methods in org.crsh.cli.descriptor that return types with arguments of type ArgumentDescriptor | |
|---|---|
List<ArgumentDescriptor> |
CommandDescriptor.getArguments()
Returns a list of the command arguments. |
| Uses of ArgumentDescriptor in org.crsh.cli.impl.invocation |
|---|
| Constructors in org.crsh.cli.impl.invocation with parameters of type ArgumentDescriptor | |
|---|---|
ArgumentMatch(ArgumentDescriptor parameter,
int start,
int end,
List<LiteralValue> values)
|
|
| Uses of ArgumentDescriptor in org.crsh.cli.impl.parser |
|---|
| Constructors in org.crsh.cli.impl.parser with parameters of type ArgumentDescriptor | |
|---|---|
Event.Argument(CommandDescriptor<?> command,
ArgumentDescriptor descriptor,
List<Token.Literal> values)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||