|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.codegen.AccessorOOHandler.MethodDescription
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
protected FMethod |
methodSignature
No comment provided by developer, please add a comment to improve documentation. |
protected java.lang.String |
templateBlockName
No comment provided by developer, please add a comment to improve documentation. |
protected de.upb.tools.fca.FHashMap |
templateParameters
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
AccessorOOHandler.MethodDescription(FMethod methodSignature,
java.lang.String templateBlockName,
de.upb.tools.fca.FHashMap templateParameters)
Constructor for class MethodDescription |
Method Summary | |
int |
compareTo(java.lang.Object o)
|
FMethod |
getMethodSignature()
Get the methodSignature attribute of the MethodDescription object |
java.lang.String |
getTemplateBlockName()
Get the templateBlockName attribute of the MethodDescription object |
de.upb.tools.fca.FHashMap |
getTemplateParameters()
Get the templateParameters attribute of the MethodDescription object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final FMethod methodSignature
protected final java.lang.String templateBlockName
protected final de.upb.tools.fca.FHashMap templateParameters
Constructor Detail |
public AccessorOOHandler.MethodDescription(FMethod methodSignature, java.lang.String templateBlockName, de.upb.tools.fca.FHashMap templateParameters)
methodSignature
- No description providedtemplateBlockName
- No description providedtemplateParameters
- No description providedMethod Detail |
public FMethod getMethodSignature()
public java.lang.String getTemplateBlockName()
public de.upb.tools.fca.FHashMap getTemplateParameters()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
o
- No description provided
Comparable.compareTo(java.lang.Object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |