Package org.sonar.plugins.java.api.tree
Interface VarTypeTree
- All Known Implementing Classes:
VarTypeTreeImpl
'var' type tree used for local variables.
JLS 10 - ยง14.4
varToken()
- Since:
- Java 10
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, firstToken, is, kind, lastToken, parentMethods inherited from interface org.sonar.plugins.java.api.tree.TypeTree
annotations, symbolType
-
Method Details
-
varToken
SyntaxToken varToken()
-