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