|
||||||||||
| 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.ConstructorCallable
public class ConstructorCallable
| Field Summary |
|---|
| Fields inherited from class com.moesol.generator.Callable |
|---|
CLASS, METHOD, PACKAGE, PARAMETERS, WILD |
| Constructor Summary | |
|---|---|
ConstructorCallable(Constructor constructor)
|
|
| 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 ConstructorCallable(Constructor constructor)
| 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 | |||||||||