protected static class AbstractTypeAwareCheck.Token extends Object
| Constructor and Description |
|---|
Token(FullIdent fullIdent)
Converts FullIdent to Token.
|
Token(String text,
int lineNo,
int columnNo)
Creates token.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNo()
Gets column number of the token.
|
int |
getLineNo()
Gets line number of the token.
|
String |
getText()
Gets text of the token.
|
String |
toString() |
public Token(String text, int lineNo, int columnNo)
text - token's textlineNo - token's line numbercolumnNo - token's column numberpublic int getLineNo()
public int getColumnNo()
Copyright © 2001-2016. All Rights Reserved.