public interface Token extends Cloneable
| Modifier and Type | Method and Description |
|---|---|
String |
emit() |
Object |
evaluate(TemplateContext context) |
Object |
getAnnotation() |
int |
getColumn() |
int |
getLine() |
String |
getSourceName() |
String |
getText()
Returns the text of the token.
|
int |
getTokenIndex() |
String getText()
int getLine()
int getColumn()
String getSourceName()
Object evaluate(TemplateContext context)
int getTokenIndex()
String emit()
Object getAnnotation()
Copyright © 2017. All rights reserved.