public interface JMethod extends JAbstractMethod
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReadableDeclaration(boolean noAccess,
boolean noNative,
boolean noStatic,
boolean noFinal,
boolean noAbstract) |
JType |
getReturnType() |
boolean |
isAbstract() |
boolean |
isFinal() |
boolean |
isNative() |
boolean |
isStatic() |
findParameter, getEnclosingType, getErasedParameterTypes, getJsniSignature, getName, getParameters, getParameterTypes, getReadableDeclaration, getThrows, isAnnotationMethod, isConstructor, isDefaultAccess, isMethod, isPrivate, isProtected, isPublic, isVarArgs
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent
getMetaData, getMetaDataTags
getTypeParameters
java.lang.String getReadableDeclaration(boolean noAccess, boolean noNative, boolean noStatic, boolean noFinal, boolean noAbstract)
JType getReturnType()
boolean isAbstract()
boolean isFinal()
boolean isNative()
boolean isStatic()