Class AbstractTypeAwareCheck.Token
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token
-
- Enclosing class:
- AbstractTypeAwareCheck
protected static class AbstractTypeAwareCheck.Token extends Object
Represents text element with location in the text.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getLineNo
public int getLineNo()
Gets line number of the token.- Returns:
- line number of the token
-
getColumnNo
public int getColumnNo()
Gets column number of the token.- Returns:
- column number of the token
-
-