Interface NullPatternTree

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

@Beta public interface NullPatternTree extends PatternTree
Null pattern tree. Introduced with Java 17 and JEP-406. Finalized with Java 21 and JEP-441.
   case nullLiteral() : ...
   case nullLiteral() -> ...
 
Since:
Java 17