- All Superinterfaces:
PatternTree
,Tree
A deconstruction pattern tree.
- Since:
- 21
-
Nested Class Summary
-
Method Summary
修饰符和类方法描述Returns the deconstructed type.List
<? extends PatternTree> Returns the nested patterns.
-
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.
-