public class GroovySourceToken extends Token
This is a Token sub class to track line information
| Fields inherited from class | Fields | 
|---|---|
| class Token | MIN_USER_TYPE, NULL_TREE_LOOKAHEAD, INVALID_TYPE, EOF_TYPE, SKIP, badToken | 
| Constructor and description | 
|---|
| GroovySourceToken
                                (int t)Constructor using a token type | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | int | getColumn() | 
|  | int | getColumnLast() | 
|  | int | getLine() | 
|  | int | getLineLast() | 
|  | String | getText()get the source token text | 
|  | void | setColumn(int c) | 
|  | void | setColumnLast(int colLast) | 
|  | void | setLine(int l) | 
|  | void | setLineLast(int lineLast) | 
|  | void | setText(String s)set the source token text | 
|  | String | toString() | 
| Methods inherited from class | Name | 
|---|---|
| class Token | toString, getType, setType, getText, getColumn, getLine, setText, setLine, getFilename, setFilename, setColumn, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
| class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
Constructor using a token type
t -  the typeget the source token text
set the source token text
s -  the textCopyright © 2003-2019 The Apache Software Foundation. All rights reserved.