|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> source >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.model.java.source.util
Interface TreeLocator

- public interface TreeLocator
The TreeLocator interface provides a facility for the caller to map a Declaration object to its declaring Tree object, if any.
| Method Summary | |
javax.ide.model.java.source.tree.Tree |
getTree(javax.ide.model.java.declaration.Declaration d)
Gets the Tree object that declares the given declaration, null if none. |
| Method Detail |
getTree
public javax.ide.model.java.source.tree.Tree getTree(javax.ide.model.java.declaration.Declaration d)
- Gets the Tree object that declares the given declaration, null if
none.
|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> source >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC