protected static class AbstractTypeAwareCheck.Token extends Object
| Constructor and Description |
|---|
AbstractTypeAwareCheck.Token(FullIdent fullIdent)
Converts FullIdent to Token.
|
AbstractTypeAwareCheck.Token(String text,
int line,
int column)
Creates token.
|
public AbstractTypeAwareCheck.Token(String text, int line, int column)
text - token's textline - token's line numbercolumn - token's column numberpublic AbstractTypeAwareCheck.Token(FullIdent fullIdent)
fullIdent - full ident to convert.Copyright © 2001–2015. All rights reserved.