Interface GuardedPatternTree

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

@Beta @Deprecated(since="7.7", forRemoval=false) public interface GuardedPatternTree extends PatternTree
Deprecated.
Preview Feature
Guarded pattern tree, introduced with Java 17 and JEP-406.
   case pattern() whenOperator() expression() : ...
   case pattern() whenOperator() expression() -> ...
 
Since:
Java 17