Package org.apache.tapestry5.plastic
Interface MethodParameter
- 
- All Superinterfaces:
- AnnotationAccess
 
 public interface MethodParameter extends AnnotationAccess Access to the parameters of a method, in particular, any visible annotations on that method.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()Returns the index of the parameter (counting from zero).StringgetType()Returns the Java type name of the parameter.- 
Methods inherited from interface org.apache.tapestry5.plastic.AnnotationAccessgetAnnotation, hasAnnotation
 
- 
 
- 
- 
- 
Method Detail- 
getIndexint getIndex() Returns the index of the parameter (counting from zero). This numbering is compatible withInstructionBuilder.loadArgument(int).
 
- 
 
-