org.codehaus.jam
Interface JParameter

All Superinterfaces:
JAnnotatedElement, JElement
All Known Subinterfaces:
MParameter

public interface JParameter
extends JAnnotatedElement

Represents a single parameter of a Java method or constructor. This type and name information as well as associated metadata.

Author:
Patrick Calahan <email: pcal-at-bea-dot-com>

Method Summary
 JClass getType()
          Returns the type of this parameter.
 
Methods inherited from interface org.codehaus.jam.JAnnotatedElement
getAllJavadocTags, getAnnotation, getAnnotation, getAnnotations, getAnnotationValue, getComment
 
Methods inherited from interface org.codehaus.jam.JElement
accept, getArtifact, getParent, getQualifiedName, getSimpleName, getSourcePosition, isSourceAvailable, toString
 

Method Detail

getType

JClass getType()
Returns the type of this parameter.