Interface NullPatternTree

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

@Deprecated(since="7.7", forRemoval=false) public interface NullPatternTree extends PatternTree
Deprecated.
Preview Feature
Null pattern tree, introduced with Java 17 and JEP-406.
   case nullLiteral() : ...
   case nullLiteral() -> ...
 
Since:
Java 17
  • Method Details