Interface PatternTree

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

@Beta public interface PatternTree extends ExpressionTree
Common interface shared between all possible pattern as introduced with Java 17 and JEP-406. Currently.
  • Since:
    Java 17