org.crsh.cli.impl.tokenizer
Class Token.Literal.Word

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.Word
Enclosing class:
Token.Literal

public static final class Token.Literal.Word
extends Token.Literal


Nested Class Summary
 
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.Word(int index, String value)
           
Token.Literal.Word(int index, String raw, String value)
           
 
Method Summary
 
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.Word

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

Token.Literal.Word

public Token.Literal.Word(int index,
                          String value)


Copyright © 2014 eXo Platform SAS. All Rights Reserved.