public abstract class Token extends Node
| Constructor and Description |
|---|
Token() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLine() |
int |
getPos() |
String |
getText() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setLine(int line) |
void |
setPos(int pos) |
void |
setText(String text) |
String |
toString() |
clone, cloneList, cloneNode, parent, parent, replaceBy, toString, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplypublic Token()
public int getLine()
public void setLine(int line)
public int getPos()
public void setPos(int pos)
void removeChild(Node child)
removeChild in class Nodevoid replaceChild(Node oldChild, Node newChild)
replaceChild in class NodeCopyright © 2003–2014 AndroMDA.org. All rights reserved.