Package com.google.gwt.core.ext.typeinfo
Interface JParameter
- All Superinterfaces:
HasAnnotations
Represents a parameter in a declaration.
-
Method Summary
Methods inherited from interface com.google.gwt.core.ext.typeinfo.HasAnnotations
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent
-
Method Details
-
getEnclosingMethod
JAbstractMethod getEnclosingMethod() -
getName
String getName() -
getType
JType getType()
-