Uses of Interface
com.sun.source.tree.PatternTree
Packages that use PatternTree
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
-
Uses of PatternTree in com.sun.source.tree
Subinterfaces of PatternTree in com.sun.source.treeModifier and TypeInterfaceDescriptioninterface
A tree node for a binding pattern that matches a pattern with a variable of any name and a type of the match candidate; an unnamed pattern.interface
A binding pattern treeinterface
A deconstruction pattern tree.Methods in com.sun.source.tree that return PatternTreeModifier and TypeMethodDescriptionInstanceOfTree.getPattern()
Returns the tested pattern, or null if this instanceof does not use a pattern.PatternCaseLabelTree.getPattern()
The pattern for the case.Methods in com.sun.source.tree that return types with arguments of type PatternTreeModifier and TypeMethodDescriptionList
<? extends PatternTree> DeconstructionPatternTree.getNestedPatterns()
Returns the nested patterns.