Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
javax.ide.model.java.source.tree.FileT

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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.