Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

javax.ide.model.java.source
Interface TreeLocator

All Known Subinterfaces:
JavaModel

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
 Tree getTree(Declaration d)
          Gets the Tree object that declares the given declaration, null if none.
 

Method Detail

getTree

Tree getTree(Declaration d)
Gets the Tree object that declares the given declaration, null if none.

Returns:
Gets the Tree object that declares the given declaration, null if no matching Tree of the right kind is found.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.