org.crsh.shell.impl.command
Class Token

java.lang.Object
  extended by org.crsh.shell.impl.command.Token
Direct Known Subclasses:
Token.Command

abstract class Token
extends Object


Nested Class Summary
static class Token.Command
           
 
Field Summary
static Token EOF
           
static Token PIPE
           
 
Constructor Summary
Token()
           
 
Method Summary
abstract  String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EOF

public static Token EOF

PIPE

public static Token PIPE
Constructor Detail

Token

Token()
Method Detail

toString

public abstract String toString()
Overrides:
toString in class Object


Copyright © 2014 eXo Platform SAS. All Rights Reserved.