com.puppycrawl.tools.checkstyle.checks
protected static class AbstractTypeAwareCheck.Token extends Object
| Constructor Summary | |
|---|---|
| Token(String aText, int aLine, int aColumn)
Creates token. | |
| Token(FullIdent aFullIdent)
Converts FullIdent to Token. | |
| Method Summary | |
|---|---|
| int | getColumnNo() |
| int | getLineNo() |
| String | getText() |
| String | toString() |
Parameters: aText token's text aLine token's line number aColumn token's column number
Parameters: aFullIdent full ident to convert.
Returns: column number of the token
Returns: line number of the token
Returns: text of the token