|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 Callable
public Class getReturnType()
Callable
getReturnType
in class Callable
public Class[] getParameterTypes()
Callable
getParameterTypes
in class Callable
public Class[] getExceptionTypes()
Callable
getExceptionTypes
in class Callable
public String getName()
Callable
getName
in class Callable
public int getModifiers()
Callable
getModifiers
in class Callable
public boolean isOverloaded()
Callable
isOverloaded
in class Callable
public boolean isImpl()
Callable
isImpl
in class Callable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |