Uses of Interface
com.sun.source.tree.PatternTree
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
-
Uses of PatternTreePREVIEW in com.sun.source.tree
Modifier and TypeInterfaceDescriptioninterface
A binding pattern treeinterface
Preview.A guard pattern tree.interface
Preview.A tree node for a parenthesized pattern.Modifier and TypeMethodDescriptionGuardedPatternTree.getPattern()
The guarded pattern expression.InstanceOfTree.getPattern()
Returns the tested pattern, or null if this instanceof does not use a pattern.ParenthesizedPatternTree.getPattern()
Returns the pattern within the parentheses.