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.treeSubinterfaces of PatternTree in com.sun.source.treeMethods 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.