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.
Modifier and Type | Method and Description |
---|---|
String |
getToken()
Gets the token's sequence of characters.
|
String |
toString() |
Copyright © 2015–2022 SciJava. All rights reserved.