Uses of Interface
org.sonar.plugins.java.api.tree.PatternTree
Packages that use PatternTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of PatternTree in org.sonar.java.model.expression
Methods in org.sonar.java.model.expression that return PatternTreeModifier and TypeMethodDescriptionInstanceOfTreeImpl.pattern()Only works for PATTERN_INSTANCE_OF, mutually exclusive withInstanceOfTreeImpl.type()Constructors in org.sonar.java.model.expression with parameters of type PatternTreeModifierConstructorDescriptionInstanceOfTreeImpl(ExpressionTree expression, InternalSyntaxToken instanceofToken, PatternTree pattern) -
Uses of PatternTree in org.sonar.java.model.pattern
Classes in org.sonar.java.model.pattern that implement PatternTreeModifier and TypeClassDescriptionclassJDK 17 Preview feature (JEP-406), deprecated by design until it will be final java:S1874 = "@Deprecated" code should not be usedclassJDK 17 Preview feature (JEP-406), deprecated by design until it will be final java:S1874 = "@Deprecated" code should not be usedclassJDK 17 Preview feature (JEP-406), deprecated by design until it will be final java:S1874 = "@Deprecated" code should not be usedclassJDK 17 Preview feature (JEP-406), deprecated by design until it will be final java:S1874 = "@Deprecated" code should not be usedclassclassJDK 17 Preview feature (JEP-406), deprecated by design until it will be final java:S1874 = "@Deprecated" code should not be usedMethods in org.sonar.java.model.pattern that return PatternTreeMethods in org.sonar.java.model.pattern that return types with arguments of type PatternTreeConstructors in org.sonar.java.model.pattern with parameters of type PatternTreeModifierConstructorDescriptionGuardedPatternTreeImpl(PatternTree pattern, SyntaxToken whenOperator, ExpressionTree expression) Constructor parameters in org.sonar.java.model.pattern with type arguments of type PatternTreeModifierConstructorDescriptionRecordPatternTreeImpl(TypeTree type, List<PatternTree> patterns, IdentifierTree name) -
Uses of PatternTree in org.sonar.plugins.java.api.tree
Subinterfaces of PatternTree in org.sonar.plugins.java.api.treeModifier and TypeInterfaceDescriptioninterfaceDeprecated.Preview FeatureinterfaceDeprecated.Preview FeatureinterfaceDeprecated.Preview FeatureinterfaceDeprecated.Preview FeatureinterfaceDeprecated.Preview FeatureMethods in org.sonar.plugins.java.api.tree that return PatternTreeModifier and TypeMethodDescriptionGuardedPatternTree.pattern()Deprecated.PatternInstanceOfTree.pattern()Methods in org.sonar.plugins.java.api.tree that return types with arguments of type PatternTree