Package org.apache.tapestry5.plastic
Interface MethodParameter
- All Superinterfaces:
AnnotationAccess
Access to the parameters of a method, in particular, any visible annotations
on that method.
-
Method Summary
Methods inherited from interface org.apache.tapestry5.plastic.AnnotationAccess
getAnnotation, hasAnnotation
-
Method Details
-
getType
Returns the Java type name of the parameter. -
getIndex
int getIndex()Returns the index of the parameter (counting from zero). This numbering is compatible withInstructionBuilder.loadArgument(int)
.
-