Uses of Interface
org.sonar.plugins.java.api.tree.RecordPatternTree
Packages that use RecordPatternTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of RecordPatternTree in org.sonar.java.model.pattern
Classes in org.sonar.java.model.pattern that implement RecordPatternTreeModifier and TypeClassDescriptionclassJDK 19 Preview feature (JEP-405), finalized in JDK 21 (JEP-440). -
Uses of RecordPatternTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type RecordPatternTreeModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitRecordPattern(RecordPatternTree tree) voidTreeVisitor.visitRecordPattern(RecordPatternTree tree)