Package org.sonar.plugins.java.api.tree
Interface VarTypeTree
-
- All Known Implementing Classes:
VarTypeTreeImpl
@Beta public interface VarTypeTree extends TypeTree
'var' type tree used for local variables. JLS 10 - ยง14.4varToken()- Since:
- Java 10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenvarToken()-
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, firstToken, is, kind, lastToken, parent
-
Methods inherited from interface org.sonar.plugins.java.api.tree.TypeTree
annotations, symbolType
-
-
-
-
Method Detail
-
varToken
SyntaxToken varToken()
-
-