org.crsh.lang.impl.script
Class Token

java.lang.Object
  extended by org.crsh.lang.impl.script.Token

public class Token
extends Object

Author:
Julien Viet

Field Summary
 Token next
          .
 String value
          .
 
Constructor Summary
Token(String value, Token next)
           
 
Method Summary
 PipeLineFactory createFactory()
           
 Token getLast()
           
static Token parse(CharSequence s)
           
static Token parse(CharSequence s, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public final String value
.


next

public final Token next
.

Constructor Detail

Token

public Token(String value,
             Token next)
Method Detail

createFactory

public PipeLineFactory createFactory()
                              throws CommandException
Throws:
CommandException

getLast

public Token getLast()

parse

public static Token parse(CharSequence s)

parse

public static Token parse(CharSequence s,
                          int index)


Copyright © 2015 eXo Platform SAS. All Rights Reserved.