org.crsh.cli.impl.parser
Class Event.Separator

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

public static final class Event.Separator
extends Event


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
private  Token.Whitespace token
          .
 
Constructor Summary
Event.Separator(Token.Whitespace token)
           
 
Method Summary
 Token.Whitespace getToken()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token

private final Token.Whitespace token
.

Constructor Detail

Event.Separator

Event.Separator(Token.Whitespace token)
Method Detail

getToken

public Token.Whitespace getToken()


Copyright © 2015 eXo Platform SAS. All Rights Reserved.