public abstract class BaseTokenImpl extends Object implements BaseToken
Modifier | Constructor and Description |
---|---|
protected |
BaseTokenImpl() |
protected |
BaseTokenImpl(int row,
int col) |
Modifier and Type | Method and Description |
---|---|
int |
getCol() |
int |
getRow() |
void |
setCol(int col) |
void |
setRow(int row) |
String |
toString() |
Copyright © 2006–2018. All rights reserved.