|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.cli.impl.parser.Event
org.crsh.cli.impl.parser.Event.Parameter<Token.Literal,ArgumentDescriptor>
org.crsh.cli.impl.parser.Event.Argument
public static final class Event.Argument
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.crsh.cli.impl.parser.Event |
|---|
Event.Argument, Event.Option, Event.Parameter<T extends Token.Literal,D extends ParameterDescriptor>, Event.Separator, Event.Stop, Event.Subordinate |
| Field Summary |
|---|
| Fields inherited from class org.crsh.cli.impl.parser.Event.Parameter |
|---|
command, parameter, values |
| Constructor Summary | |
|---|---|
Event.Argument(CommandDescriptor<?> command,
ArgumentDescriptor descriptor,
List<Token.Literal> values)
|
|
| Method Summary | |
|---|---|
int |
getFrom()
|
int |
getTo()
|
| Methods inherited from class org.crsh.cli.impl.parser.Event.Parameter |
|---|
getCommand, getParameter, getStrings, getValues, peekFirst, peekLast, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
Event.Argument(CommandDescriptor<?> command,
ArgumentDescriptor descriptor,
List<Token.Literal> values)
throws IllegalArgumentException
IllegalArgumentException| Method Detail |
|---|
public int getFrom()
getFrom in class Event.Parameter<Token.Literal,ArgumentDescriptor>public int getTo()
getTo in class Event.Parameter<Token.Literal,ArgumentDescriptor>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||