| Package | Description | 
|---|---|
| javax.ide.model | 
 The interfaces and classes implementing an IDE's data model. 
 | 
| javax.ide.model.java.source.tree | 
 The Java AST. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JavaModel | 
Project.getJavaModel()
Get the  
JavaModel associated with this project. | 
| Modifier and Type | Method and Description | 
|---|---|
JavaModel | 
FileT.getOwningModel()
Gets the owning JavaModel. 
 |