org.crsh.cli.impl.parser
Class Event.Subordinate.Explicit

java.lang.Object
  extended by org.crsh.cli.impl.parser.Event
      extended by org.crsh.cli.impl.parser.Event.Subordinate
          extended by org.crsh.cli.impl.parser.Event.Subordinate.Explicit
Enclosing class:
Event.Subordinate

public static final class Event.Subordinate.Explicit
extends Event.Subordinate


Nested Class Summary
 
Nested classes/interfaces inherited from class org.crsh.cli.impl.parser.Event.Subordinate
Event.Subordinate.Explicit, Event.Subordinate.Implicit
 
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  Token.Literal.Word token
          .
 
Constructor Summary
Event.Subordinate.Explicit(CommandDescriptor<?> descriptor, Token.Literal.Word token)
           
 
Method Summary
 Token.Literal.Word getToken()
           
 
Methods inherited from class org.crsh.cli.impl.parser.Event.Subordinate
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token

private final Token.Literal.Word token
.

Constructor Detail

Event.Subordinate.Explicit

public Event.Subordinate.Explicit(CommandDescriptor<?> descriptor,
                                  Token.Literal.Word token)
Method Detail

getToken

public Token.Literal.Word getToken()


Copyright © 2015 eXo Platform SAS. All Rights Reserved.