| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileT | |
|---|---|
| javax.ide.model.java.source | Various interfaces for use with Tree objects. | 
| javax.ide.model.java.source.tree | The Java AST. | 
| Uses of FileT in javax.ide.model.java.source | 
|---|
| Methods in javax.ide.model.java.source that return FileT | |
|---|---|
|  FileT | TreeManager.createSourceFile(java.net.URI sourceURI)Creates a new FileT for the given Java source URI (*.java). | 
|  FileT | TreeManager.getAnonymousFile()Fetches an anonymous file. | 
|  FileT | TreeTransaction.getFile()Gets the file involved in this transaction. | 
|  FileT | TreeManager.getSourceFile(java.net.URI sourceURI)Fetches the FileT for at the given URI (usually of the form *.java). | 
| Methods in javax.ide.model.java.source with parameters of type FileT | |
|---|---|
|  void | TreeManager.cloneSourceFile(FileT source,
                FileT destination)Clears the destination FileT (unlinks all its children), clones the source FileT contents, and links the cloned Trees into the destination FileT. | 
|  void | TreeVisitor.visitFile(FileT tree)Visits a FileT. | 
| Uses of FileT in javax.ide.model.java.source.tree | 
|---|
| Methods in javax.ide.model.java.source.tree that return FileT | |
|---|---|
|  FileT | Tree.getOwningFile()Gets the owning FileT. | 
| Methods in javax.ide.model.java.source.tree with parameters of type FileT | |
|---|---|
|  Tree | Tree.cloneSelf(FileT targetFile)Performs a deep-copy of this Tree but attached to the input FileT. | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||