public class Token extends Object
Token(short type, String text)
void
append(Token t)
String
text()
short
tokenType()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Token(short type, String text)
public short tokenType()
public String text()
public void append(Token t)
public String toString()
toString
Object
Copyright © 2018. All rights reserved.