Interface RecordPatternTree

All Superinterfaces:
ExpressionTree, PatternTree, Tree
All Known Implementing Classes:
RecordPatternTreeImpl

@Beta public interface RecordPatternTree extends PatternTree
Record pattern tree. Introduced with Java 19 and JEP-405. Finalized with Java 21 and JEP-440.
   case type() ( patterns() ) : ...
   case type() ( patterns() ) -> ...
 
Since:
Java 19