Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.java.source.util
Interface TreeLocator  view TreeLocator download TreeLocator.java


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.