org.crsh.cli.impl.parser
Class Event.Stop.Unresolved<T extends Token>

java.lang.Object
  extended by org.crsh.cli.impl.parser.Event
      extended by org.crsh.cli.impl.parser.Event.Stop
          extended by org.crsh.cli.impl.parser.Event.Stop.Unresolved<T>
Direct Known Subclasses:
Event.Stop.Unresolved.NoSuchOption, Event.Stop.Unresolved.TooManyArguments
Enclosing class:
Event.Stop

public abstract static class Event.Stop.Unresolved<T extends Token>
extends Event.Stop


Nested Class Summary
static class Event.Stop.Unresolved.NoSuchOption
           
static class Event.Stop.Unresolved.TooManyArguments
           
 
Nested classes/interfaces inherited from class org.crsh.cli.impl.parser.Event.Stop
Event.Stop.Done, Event.Stop.Unresolved<T extends Token>
 
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
private  T token
          .
 
Constructor Summary
Event.Stop.Unresolved(T token)
           
 
Method Summary
 int getIndex()
           
 T getToken()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token

private final T extends Token token
.

Constructor Detail

Event.Stop.Unresolved

Event.Stop.Unresolved(T token)
Method Detail

getIndex

public final int getIndex()
Specified by:
getIndex in class Event.Stop

getToken

public T getToken()


Copyright © 2015 eXo Platform SAS. All Rights Reserved.