|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ter.API.MethodAnalyser
Title: MethodAnalyser
Description: This class allow to analysed a method
Company: UNSA
Constructor Summary | |
MethodAnalyser(java.lang.reflect.Method m,
ClassifierAnalyser cl)
the contructor of the Class |
Method Summary | |
java.util.ArrayList |
getClassesWhereThisMethodIsDefined()
|
java.lang.String |
getFullName()
return the full name of the method |
TypeClass[] |
getListTypeClass()
|
java.lang.reflect.Method |
getMethod()
|
int |
getModifier()
|
TypeClass |
getReturnType()
|
java.lang.String |
getStringModifier()
get the string of modifier |
boolean |
isAbstract()
true if the method is static false otherwise |
boolean |
isGetter()
return true is the method is a getter false otherwise |
boolean |
isSetter()
return true is the method is a setter false otherwise |
boolean |
isStatic()
true if the method is static false otherwise |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MethodAnalyser(java.lang.reflect.Method m, ClassifierAnalyser cl)
m
- the method to analysecl
- the ClassifierAnalyser associated to this ClassMethod Detail |
public java.lang.String getStringModifier()
public boolean isStatic()
public boolean isAbstract()
public java.lang.String getFullName()
public boolean isGetter()
public boolean isSetter()
public java.lang.reflect.Method getMethod()
public int getModifier()
public TypeClass[] getListTypeClass()
public TypeClass getReturnType()
public java.util.ArrayList getClassesWhereThisMethodIsDefined()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |