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 | 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 | getText, setType, getColumn, setText, getLine, getFilename, setLine, setColumn, setFilename, toString, getType, 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-2016 The Apache Software Foundation. All rights reserved.