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

Quick Search    Search Deep

Uses of Class
PointOfView.DocumentSymbol

Uses of DocumentSymbol in PointOfView
 

Fields in PointOfView declared as DocumentSymbol
(package private)  DocumentSymbol Document.theDocumentSymbol
           
 

Methods in PointOfView that return DocumentSymbol
 DocumentSymbol Document.getDocumentSymbol()
          Returns the DocumentSymbol associated with this Document
 

Constructors in PointOfView with parameters of type DocumentSymbol
Document(DocumentSymbol paramDocumentSymbol, DocumentLocation paramDocumentLocation)