public interface TreeResolver
| Modifier and Type | Method and Description | 
|---|---|
Declaration | 
getResolvedDeclaration(Tree tree)
Resolves this tree into a declaration reference. 
 | 
TypeD | 
getResolvedType(Tree tree)
Resolves this tree into a type reference. 
 | 
Declaration getResolvedDeclaration(Tree tree)
java.lang.UnsupportedOperationException - if this tree does not resolve
                                       to a declaration. Example: assert.