Package com.google.gwt.core.ext.typeinfo
Interface JParameter
-
- All Superinterfaces:
HasAnnotations
public interface JParameter extends HasAnnotations
Represents a parameter in a declaration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JAbstractMethodgetEnclosingMethod()java.lang.StringgetName()JTypegetType()-
Methods inherited from interface com.google.gwt.core.ext.typeinfo.HasAnnotations
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent
-
-
-
-
Method Detail
-
getEnclosingMethod
JAbstractMethod getEnclosingMethod()
-
getName
java.lang.String getName()
-
getType
JType getType()
-
-