|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JMethod
This interface represents a class method (static or not) and contains methods which permit to retrieve all informations about this method.
| Method Summary | |
|---|---|
java.lang.reflect.Method |
getNativeMethod()
Returns the java.lang.reflect.Method object equivalent to this JMethod object. |
JClass |
getReturnType()
Returns a JClass object that represents the formal return type of the method represented by this JClassMethod object. |
boolean |
isAbstract()
Determines if the method specified by this JMethod object is abstract. |
boolean |
isNative()
Determines if the method specified by this JMethod object is native. |
boolean |
isStatic()
Determines if the method specified by this JMethod object is static. |
| Methods inherited from interface fr.umlv.corosol.component.JClassMethod |
|---|
getBytecode, getDeclaringClass, getDescriptor, getExceptionTypes, getMaxLocals, getMaxStack, getModifiers, getName, getParameterTypes, invoke |
| Method Detail |
|---|
boolean isStatic()
boolean isAbstract()
boolean isNative()
JClass getReturnType()
java.lang.reflect.Method getNativeMethod()
Method
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||