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

Quick Search    Search Deep

javax.ide.model.java.source.util: Javadoc index of package javax.ide.model.java.source.util.


Package Samples:

javax.ide.model.java.source.util

Classes:

TreeResolver: The TreeResolver provides a facility for resolving type and declaration references on Trees. Methods are provided for resolving individual Tree objects. Other methods are provided for resolving an entire FileT. The TreeResolver may need to acquire resource(s) as it performs resolution. Callers should be warned that TreeResolver operations may therefore block unless the underlying resource has already been acquired. TODO: How does a caller acquire said resources? In particular, this is a problem since the resolution does not know ahead of time which compilation units will need to be read to perform ...
TreeTraversal: Defines a tree traversal. Over an entire tree, the enterX() methods are called in preorder fashion while the exitX() methods are called in postorder fashion.
TreeLocator: The TreeLocator interface provides a facility for the caller to map a Declaration object to its declaring Tree object, if any.
TreeVisitor: Works like TreeTraversal but only visits a single node.
SourcePosition: Works like TreeTraversal but only visits a single node.

Home | Contact Us | Privacy Policy | Terms of Service