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

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

public abstract static class Token.Literal.Option
extends Token.Literal


Nested Class Summary
static class Token.Literal.Option.Long
           
static class Token.Literal.Option.Short
           
 
Nested classes/interfaces inherited from class org.crsh.cmdline.matcher.tokenizer.Token.Literal
Token.Literal.Option, Token.Literal.Word
 
Nested classes/interfaces inherited from class org.crsh.cmdline.matcher.tokenizer.Token
Token.Literal, Token.Whitespace
 
Method Summary
 String getName()
           
 
Methods inherited from class org.crsh.cmdline.matcher.tokenizer.Token.Literal
equals, getValue, 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

getName

public final String getName()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.