Uses of Interface
org.sonar.plugins.java.api.tree.TypePatternTree
Packages that use TypePatternTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of TypePatternTree in org.sonar.java.model.pattern
Classes in org.sonar.java.model.pattern that implement TypePatternTreeModifier and TypeClassDescriptionclassJDK 17 Preview feature (JEP-406), deprecated by design until it will be final java:S1874 = "@Deprecated" code should not be used -
Uses of TypePatternTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type TypePatternTreeModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitTypePattern(TypePatternTree tree)voidTreeVisitor.visitTypePattern(TypePatternTree tree)Deprecated.Preview Feature