Uses of Interface
com.sun.source.tree.PatternTree
| Package | Description | 
|---|---|
| com.sun.source.tree | Provides interfaces to represent source code as abstract syntax
 trees (AST). | 
- 
Uses of PatternTree in com.sun.source.treeSubinterfaces of PatternTree in com.sun.source.tree Modifier and Type Interface Description interfaceBindingPatternTreeAssociated with pattern matching for instanceof, a preview feature of the Java language.
 A binding pattern treeMethods in com.sun.source.tree that return PatternTree Modifier and Type Method Description PatternTreeInstanceOfTree. getPattern()Associated with pattern matching for instanceof, a preview feature of the Java language.
 Returns the tested pattern, or null if this instanceof does not use a pattern.