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