Module jdk.compiler

Interface DeconstructionPatternTree

All Superinterfaces:
PatternTree, Tree

public interface DeconstructionPatternTree extends PatternTree
A deconstruction pattern tree.
Since:
21
  • Method Details

    • getDeconstructor

      ExpressionTree getDeconstructor()
      Returns the deconstructed type.
      Returns:
      the deconstructed type
    • getNestedPatterns

      List<? extends PatternTree> getNestedPatterns()
      Returns the nested patterns.
      Returns:
      the nested patterns.