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