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, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
apply
Copyright © 2010–2016 Google. All rights reserved.