org.crsh.cmdline.matcher.impl
Class Token

java.lang.Object
  extended by org.crsh.cmdline.matcher.impl.Token

public abstract class Token
extends Object

Version:
$Revision$
Author:
Julien Viet

Method Summary
 boolean equals(Object obj)
           
 int getFrom()
          Returns the from index is the containing string.
 int getTo()
          Returns the to index in the containing string.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFrom

public int getFrom()
Returns the from index is the containing string.

Returns:
the from index

getTo

public int getTo()
Returns the to index in the containing string.

Returns:
the to index

equals

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


Copyright © 2011 eXo Platform SAS. All Rights Reserved.