Interface PatternTree

All Superinterfaces:
ExpressionTree, Tree
All Known Subinterfaces:
DefaultPatternTree, GuardedPatternTree, NullPatternTree, TypePatternTree
All Known Implementing Classes:
AbstractPatternTree, DefaultPatternTreeImpl, GuardedPatternTreeImpl, NullPatternTreeImpl, TypePatternTreeImpl

@Deprecated(since="7.7", forRemoval=false) public interface PatternTree extends ExpressionTree
Deprecated.
Preview Feature
Common interface shared between all possible pattern as introduced with Java 17 and JEP-406. Currently.
  • Since:
    Java 17