org.cleartk.token.tokenizer
Class Token

java.lang.Object
  extended by org.cleartk.token.tokenizer.Token

public class Token
extends Object


Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.


Constructor Summary
Token(int begin, int end, String tokenText)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getBegin()
           
 int getEnd()
           
 String getTokenText()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Token

public Token(int begin,
             int end,
             String tokenText)
Method Detail

getBegin

public int getBegin()

getEnd

public int getEnd()

getTokenText

public String getTokenText()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.