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

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
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.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
private  String name
          .
 
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(int index, String raw, String value, String name)
           
 
Method Summary
 String 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
 

Field Detail

name

private final String name
.

Constructor Detail

Token.Literal.Option

Token.Literal.Option(int index,
                     String raw,
                     String value,
                     String name)
Method Detail

getName

public final String getName()


Copyright © 2014 eXo Platform SAS. All Rights Reserved.