|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FFile | |
de.uni_paderborn.fujaba.codegen | |
de.uni_paderborn.fujaba.metamodel | |
de.uni_paderborn.fujaba.parser | |
de.uni_paderborn.fujaba.uml | UML-Abstract Syntax Tree Structure |
Uses of FFile in de.uni_paderborn.fujaba.codegen |
Methods in de.uni_paderborn.fujaba.codegen with parameters of type FFile | |
void |
UMLFileOOHandler.generateFFileHeader(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
void |
UMLFileOOHandler.generateFFileFooter(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
void |
UMLFileOOHandler.generateFPackageBegin(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
void |
UMLFileOOHandler.generateFPackageEnd(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
void |
UMLFileOOHandler.generateImportList(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
UMLFileOOHandler.necessaryToCreateFile(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
void |
UMLFileOOHandler.generateImplicitImports(FFile umlFile,
ImportFragment importFrag)
No comment provided by developer, please add a comment to improve documentation. |
abstract void |
OOGenVisitor.generatePackageBegin(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
abstract void |
OOGenVisitor.generatePackageEnd(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
void |
OOGenStrategyClient.generateFPackageBegin(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
void |
OOGenStrategyClient.generateFPackageEnd(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
void |
JavaGenVisitor.generatePackageBegin(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
void |
JavaGenVisitor.generatePackageEnd(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
void |
GnuCPPHeaderGenVisitor.generatePackageBegin(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
void |
GnuCPPHeaderGenVisitor.generatePackageEnd(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
void |
GnuCPPClassGenVisitor.generatePackageBegin(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
void |
GnuCPPClassGenVisitor.generatePackageEnd(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
void |
EiffelGenVisitor.generatePackageBegin(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
void |
EiffelGenVisitor.generatePackageEnd(FFile theFile)
No comment provided by developer, please add a comment to improve documentation. |
protected void |
CreateStandardImportsOOFunction.generateImports(FFile umlFile,
ImportFragment importFrag)
No comment provided by developer, please add a comment to improve documentation. |
protected void |
CreateStandardImportsOOFunction.checkAndAddPackageOfTypeToImport(FType theType,
FPackage myPackage,
FFile theFile,
ImportFragment importFrag)
No comment provided by developer, please add a comment to improve documentation. |
protected abstract void |
CreateImportsOOFunction.generateImports(FFile file,
ImportFragment importFragment)
No comment provided by developer, please add a comment to improve documentation. |
java.lang.String |
CodeGenVisitor.getFileName(FFile theFile)
Get the fileName attribute of the OOGenVisitor object |
java.lang.String |
CodeGenStrategy.getFilePath(FFile theFile)
Returns the directory of the source file corresponding to theFile. |
java.lang.String |
CodeGenStrategy.getFileName(FFile theFile)
Returns the name of the source file corresponding to theFile. |
Uses of FFile in de.uni_paderborn.fujaba.metamodel |
Methods in de.uni_paderborn.fujaba.metamodel that return FFile | |
FFile |
FClass.getFFile()
Get the file this class is defined in. |
Methods in de.uni_paderborn.fujaba.metamodel with parameters of type FFile | |
boolean |
FClass.setFile(FFile file)
Sets the file this class is defined in. |
boolean |
FClass.hasInRevImportedClasses(FFile file)
|
void |
FClass.addToRevImportedClasses(FFile file)
|
void |
FClass.removeFromRevImportedClasses(FFile file)
|
Uses of FFile in de.uni_paderborn.fujaba.parser |
Methods in de.uni_paderborn.fujaba.parser that return FFile | |
abstract FFile |
Parser.parseCompilationUnit(java.lang.String filename,
java.io.Reader reader)
Parses the compilation unit and returns the abstract syntax graph (ASG) with an FFile as root. |
Uses of FFile in de.uni_paderborn.fujaba.uml |
Classes in de.uni_paderborn.fujaba.uml that implement FFile | |
class |
UMLFile
Associations +-----------+ 1 1 UMLFile | getName() +----------------------- UMLClass +-----------+ file contains |
Methods in de.uni_paderborn.fujaba.uml that return FFile | |
FFile |
UMLClass.getFFile()
Get the fFile attribute of the UMLClass object |
Methods in de.uni_paderborn.fujaba.uml with parameters of type FFile | |
boolean |
UMLClass.setFile(FFile obj)
Sets the file attribute of the UMLClass object |
boolean |
UMLClass.hasInRevImportedClasses(FFile elem)
No comment provided by developer, please add a comment to improve documentation. |
void |
UMLClass.addToRevImportedClasses(FFile elem)
Access method for an one to n association. |
void |
UMLClass.removeFromRevImportedClasses(FFile elem)
No comment provided by developer, please add a comment to improve documentation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |