Package org.jboss.forge.roaster.model
Interface Parameter<O extends JavaType<O>>
-
- All Superinterfaces:
AnnotationTarget<O>,FinalCapable,Internal,Origin<O>
- All Known Subinterfaces:
ParameterSource<O>
public interface Parameter<O extends JavaType<O>> extends AnnotationTarget<O>, FinalCapable
Represents a parameter of aMethod.- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Type<O>getType()booleanisVarArgs()-
Methods inherited from interface org.jboss.forge.roaster.model.AnnotationTarget
getAnnotation, getAnnotation, getAnnotations, hasAnnotation, hasAnnotation
-
Methods inherited from interface org.jboss.forge.roaster.model.FinalCapable
isFinal
-
Methods inherited from interface org.jboss.forge.roaster.Internal
getInternal
-
-