|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMethod
Represents a method declaration.
Method Summary | |
---|---|
java.lang.String |
getReadableDeclaration(boolean noAccess,
boolean noNative,
boolean noStatic,
boolean noFinal,
boolean noAbstract)
|
JType |
getReturnType()
|
boolean |
isAbstract()
|
boolean |
isFinal()
|
boolean |
isNative()
|
boolean |
isStatic()
|
Methods inherited from interface com.google.gwt.core.ext.typeinfo.JAbstractMethod |
---|
findParameter, getEnclosingType, getErasedParameterTypes, getJsniSignature, getName, getParameters, getParameterTypes, getReadableDeclaration, getThrows, isAnnotationMethod, isConstructor, isDefaultAccess, isMethod, isPrivate, isProtected, isPublic, isVarArgs |
Methods inherited from interface com.google.gwt.core.ext.typeinfo.HasAnnotations |
---|
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent |
Methods inherited from interface com.google.gwt.core.ext.typeinfo.HasMetaData |
---|
getMetaData, getMetaDataTags |
Methods inherited from interface com.google.gwt.core.ext.typeinfo.HasTypeParameters |
---|
getTypeParameters |
Method Detail |
---|
java.lang.String getReadableDeclaration(boolean noAccess, boolean noNative, boolean noStatic, boolean noFinal, boolean noAbstract)
JType getReturnType()
boolean isAbstract()
boolean isFinal()
boolean isNative()
boolean isStatic()
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |