Package org.sonar.python
Class TokenLocation
- java.lang.Object
-
- org.sonar.python.TokenLocation
-
public class TokenLocation extends Object
-
-
Constructor Summary
Constructors Constructor Description TokenLocation(Token token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intendLine()intendLineOffset()intstartLine()intstartLineOffset()
-
-
-
Constructor Detail
-
TokenLocation
public TokenLocation(Token token)
-
-