public class Token extends Object
Token(int begin, int end, String tokenText)
boolean
equals(Object obj)
int
getBegin()
getEnd()
String
getTokenText()
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Token(int begin, int end, String tokenText)
public boolean equals(Object obj)
equals
Object
public int getBegin()
public int getEnd()
public String getTokenText()
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2014. All rights reserved.