|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moesol.generator.Callable
com.moesol.generator.MethodCallable
public class MethodCallable
| Field Summary |
|---|
| Fields inherited from class com.moesol.generator.Callable |
|---|
CLASS, METHOD, PACKAGE, PARAMETERS, WILD |
| Constructor Summary | |
|---|---|
MethodCallable(Class a_class,
Method method)
|
|
MethodCallable(Method method)
|
|
| Method Summary | |
|---|---|
Class |
getDeclaringClass()
See Method getDeclaringClass |
Class[] |
getExceptionTypes()
See Method getExceptionTypes |
int |
getModifiers()
See Method getModifiers |
String |
getName()
See Method getName |
Class[] |
getParameterTypes()
See Method getParameterTypes |
Class |
getReturnType()
See Method getReturnType |
boolean |
isImpl()
Determine if the method is a Java implementation method (if the name contains $ then return true). |
boolean |
isOverloaded()
Determine if the declaring class has other methods with the same name, but different parameters. |
| Methods inherited from class com.moesol.generator.Callable |
|---|
getKeyString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodCallable(Method method)
public MethodCallable(Class a_class,
Method method)
| Method Detail |
|---|
public Class getDeclaringClass()
Callable
getDeclaringClass in class Callablepublic Class getReturnType()
Callable
getReturnType in class Callablepublic Class[] getParameterTypes()
Callable
getParameterTypes in class Callablepublic Class[] getExceptionTypes()
Callable
getExceptionTypes in class Callablepublic String getName()
Callable
getName in class Callablepublic int getModifiers()
Callable
getModifiers in class Callablepublic boolean isOverloaded()
Callable
isOverloaded in class Callablepublic boolean isImpl()
Callable
isImpl in class Callable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||