|
GWT 2.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JAbstractMethod | |
|---|---|
| com.google.gwt.core.ext.typeinfo | Type-introspection support classes used by generators. |
| Uses of JAbstractMethod in com.google.gwt.core.ext.typeinfo |
|---|
| Subclasses of JAbstractMethod in com.google.gwt.core.ext.typeinfo | |
|---|---|
class |
JAnnotationMethod
Method declared on an annotation type. |
class |
JConstructor
Represents a constructor declaration. |
class |
JMethod
Represents a method declaration. |
| Methods in com.google.gwt.core.ext.typeinfo that return JAbstractMethod | |
|---|---|
JAbstractMethod |
JParameter.getEnclosingMethod()
|
| Methods in com.google.gwt.core.ext.typeinfo with parameters of type JAbstractMethod | |
|---|---|
protected void |
TypeOracleBuilder.addModifierBits(JAbstractMethod method,
int modifierBits)
|
protected void |
TypeOracleBuilder.addThrows(JAbstractMethod method,
JType exception)
|
protected void |
TypeOracleBuilder.newParameter(JAbstractMethod method,
JType argType,
java.lang.String argName,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotations,
boolean argNamesAreReal)
|
protected void |
TypeOracleBuilder.setReturnType(JAbstractMethod method,
JType returnType)
|
protected void |
TypeOracleBuilder.setVarArgs(JAbstractMethod method)
|
|
GWT 2.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||