|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.codegen.CodeGenFunction
de.uni_paderborn.fujaba.codegen.CreateImportsOOFunction
Class CreateImportsOOFunction
Field Summary |
Fields inherited from class de.uni_paderborn.fujaba.codegen.CodeGenFunction |
IN_ORDER, NORM, POST_ORDER, PRE_ORDER |
Constructor Summary | |
|
CreateImportsOOFunction()
Default Constructor |
protected |
CreateImportsOOFunction(int mode)
Constructor for class CreateImportsOOFunction |
Method Summary | |
java.lang.Object |
generateCode(ASGElement incr,
java.lang.String method,
java.lang.Object[] param)
No comment provided by developer, please add a comment to improve documentation. |
protected abstract void |
generateImports(FFile file,
ImportFragment importFragment)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
isResponsible(java.lang.String method)
Get the responsible attribute of the CreateImportsOOFunction object |
java.lang.String |
toString()
|
Methods inherited from class de.uni_paderborn.fujaba.codegen.CodeGenFunction |
add, concat, findNextResponsible, generate, generateCode, generateCode, generateCode, getClient, getClientOfChain, getMode, getPrevFunction, getSuccessor, setClient, setMode, setPrevFunction, setSuccessor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CreateImportsOOFunction()
protected CreateImportsOOFunction(int mode)
mode
- No description providedMethod Detail |
public boolean isResponsible(java.lang.String method)
isResponsible
in class CodeGenFunction
method
- No description provided
public java.lang.Object generateCode(ASGElement incr, java.lang.String method, java.lang.Object[] param)
generateCode
in class CodeGenFunction
incr
- No description providedparam
- No description providedmethod
- No description provided
protected abstract void generateImports(FFile file, ImportFragment importFragment)
file
- No description providedimportFragment
- No description providedpublic java.lang.String toString()
toString
in class CodeGenFunction
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |