org.crsh.cmdline.matcher.tokenizer
Class Token.Literal

java.lang.Object
  extended by org.crsh.cmdline.matcher.tokenizer.Token
      extended by org.crsh.cmdline.matcher.tokenizer.Token.Literal
Direct Known Subclasses:
Token.Literal.Option, Token.Literal.Word
Enclosing class:
Token

public abstract static class Token.Literal
extends Token


Nested Class Summary
static class Token.Literal.Option
           
static class Token.Literal.Word
           
 
Nested classes/interfaces inherited from class org.crsh.cmdline.matcher.tokenizer.Token
Token.Literal, Token.Whitespace
 
Method Summary
 boolean equals(Object obj)
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class org.crsh.cmdline.matcher.tokenizer.Token
getFrom, getRaw, getTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public String getValue()

equals

public boolean equals(Object obj)
Overrides:
equals in class Token

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 eXo Platform SAS. All Rights Reserved.