org.crsh.cli.impl.tokenizer
Class Token.Literal.Option.Long

java.lang.Object
  extended by org.crsh.cli.impl.tokenizer.Token
      extended by org.crsh.cli.impl.tokenizer.Token.Literal
          extended by org.crsh.cli.impl.tokenizer.Token.Literal.Option
              extended by org.crsh.cli.impl.tokenizer.Token.Literal.Option.Long
Enclosing class:
Token.Literal.Option

public static final class Token.Literal.Option.Long
extends Token.Literal.Option


Nested Class Summary
 
Nested classes/interfaces inherited from class org.crsh.cli.impl.tokenizer.Token.Literal.Option
Token.Literal.Option.Long, Token.Literal.Option.Short
 
Nested classes/interfaces inherited from class org.crsh.cli.impl.tokenizer.Token.Literal
Token.Literal.Option, Token.Literal.Word
 
Nested classes/interfaces inherited from class org.crsh.cli.impl.tokenizer.Token
Token.Literal, Token.Whitespace
 
Field Summary
 
Fields inherited from class org.crsh.cli.impl.tokenizer.Token.Literal
value
 
Fields inherited from class org.crsh.cli.impl.tokenizer.Token
index, raw
 
Constructor Summary
Token.Literal.Option.Long(int index, String value)
           
Token.Literal.Option.Long(int index, String raw, String value)
           
 
Method Summary
 
Methods inherited from class org.crsh.cli.impl.tokenizer.Token.Literal.Option
getName
 
Methods inherited from class org.crsh.cli.impl.tokenizer.Token.Literal
equals, getValue, toString
 
Methods inherited from class org.crsh.cli.impl.tokenizer.Token
getFrom, getRaw, getTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Token.Literal.Option.Long

public Token.Literal.Option.Long(int index,
                                 String value)

Token.Literal.Option.Long

public Token.Literal.Option.Long(int index,
                                 String raw,
                                 String value)


Copyright © 2014 eXo Platform SAS. All Rights Reserved.