Uses of Interface
org.sonar.plugins.java.api.tree.PatternInstanceOfTree
Packages that use PatternInstanceOfTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of PatternInstanceOfTree in org.sonar.java.model.expression
Classes in org.sonar.java.model.expression that implement PatternInstanceOfTree -
Uses of PatternInstanceOfTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type PatternInstanceOfTreeModifier and TypeMethodDescriptionvoid
BaseTreeVisitor.visitPatternInstanceOf
(PatternInstanceOfTree tree) void
TreeVisitor.visitPatternInstanceOf
(PatternInstanceOfTree tree)