public class DBInputTextTokenInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
end |
DBEventLocation |
location |
int |
start |
org.antlr.runtime.Token |
token |
| Constructor and Description |
|---|
DBInputTextTokenInfo(org.antlr.runtime.Token token,
DBEventLocation location) |
| Modifier and Type | Method and Description |
|---|---|
DBEventLocation |
getLocation() |
String |
getRawText()
Returns the raw text.
|
String |
getText()
Returns the normalized text representation of this token.
|
void |
setStart(int start) |
public org.antlr.runtime.Token token
public int start
public int end
public DBEventLocation location
public DBInputTextTokenInfo(org.antlr.runtime.Token token,
DBEventLocation location)
public void setStart(int start)
public DBEventLocation getLocation()
public String getRawText()
public String getText()
Copyright © 2013. All rights reserved.