public interface Token
| Modifier and Type | Method and Description |
|---|---|
int |
getCol()
Gets the col.
|
String |
getInnerText()
Gets the inner text.
|
int |
getLine()
Gets the line.
|
String |
getName()
Gets the name.
|
String |
getText()
Gets the text.
|
int |
getType()
Gets the type.
|
String getText()
String getInnerText()
String getName()
int getType()
int getLine()
int getCol()
Copyright © 2009–2020 psi-probe. All rights reserved.