protected static class AbstractTypeAwareCheck.Token extends Object
Constructor and Description |
---|
AbstractTypeAwareCheck.Token(FullIdent fullIdent)
Converts FullIdent to Token.
|
AbstractTypeAwareCheck.Token(String text,
int lineNo,
int columnNo)
Creates token.
|
public AbstractTypeAwareCheck.Token(String text, int lineNo, int columnNo)
text
- token's textlineNo
- token's line numbercolumnNo
- token's column numberpublic AbstractTypeAwareCheck.Token(FullIdent fullIdent)
fullIdent
- full ident to convert.public int getLineNo()
public int getColumnNo()
public String getText()
Copyright © 2001–2016. All rights reserved.