Package org.sonar.python.tree
Class TokenImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.TokenImpl
-
Constructor Details
-
TokenImpl
public TokenImpl(com.sonar.sslr.api.Token token)
-
-
Method Details
-
value
-
line
public int line() -
column
public int column() -
trivia
-
type
public com.sonar.sslr.api.TokenType type() -
accept
-
computeChildren
-
getKind
-
firstToken
- Specified by:
firstTokenin interfaceTree- Overrides:
firstTokenin classPyTree
-
lastToken
-