public abstract class Token extends Object
The only exception are literals, which use the standard Java types of String, Boolean and Number rather than extending this class.
String
Boolean
Number
Token(String token)
getToken()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Token(String token)
public String getToken()
public String toString()
toString
Object
Copyright © 2015–2016 SciJava. All rights reserved.