public abstract class Token extends Node
| Constructor and Description |
|---|
Token() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLine() |
int |
getPos() |
String |
getText() |
void |
setLine(int line) |
void |
setPos(int pos) |
void |
setText(String text) |
String |
toString() |
clone, cloneList, cloneNode, parent, replaceBy, toString, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyCopyright © 2004–2015 XWiki. All rights reserved.