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() | 
Constructor using a token type
t -  the typeget the source token text
set the source token text
s -  the textCopyright © 2003-2021 The Apache Software Foundation. All rights reserved.