Interface DeconstructionPatternTree

All Superinterfaces:
PatternTree, Tree

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

    • getDeconstructor Link icon

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

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