Uses of Interface
org.sonar.plugins.java.api.tree.VarTypeTree
-
Packages that use VarTypeTree Package Description org.sonar.java.model.expression org.sonar.plugins.java.api.tree Provides interfaces to represent Java source code as syntax tree. -
-
Uses of VarTypeTree in org.sonar.java.model.expression
Classes in org.sonar.java.model.expression that implement VarTypeTree Modifier and Type Class Description classVarTypeTreeImpl -
Uses of VarTypeTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type VarTypeTree Modifier and Type Method Description voidBaseTreeVisitor. visitVarType(VarTypeTree tree)voidTreeVisitor. visitVarType(VarTypeTree tree)
-