Interface ParameterSource<O extends JavaSource<O>>
-
- All Superinterfaces:
AnnotationTarget<O>,AnnotationTargetSource<O,ParameterSource<O>>,FinalCapable,FinalCapableSource<ParameterSource<O>>,Internal,Origin<O>,Parameter<O>
public interface ParameterSource<O extends JavaSource<O>> extends Parameter<O>, AnnotationTargetSource<O,ParameterSource<O>>, FinalCapableSource<ParameterSource<O>>
Represents a parameter of aMethodSource.- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParameterSource<O>setVarArgs(boolean variableArity)-
Methods inherited from interface org.jboss.forge.roaster.model.AnnotationTarget
hasAnnotation, hasAnnotation
-
Methods inherited from interface org.jboss.forge.roaster.model.source.AnnotationTargetSource
addAnnotation, addAnnotation, addAnnotation, getAnnotation, getAnnotation, getAnnotations, removeAllAnnotations, removeAnnotation
-
Methods inherited from interface org.jboss.forge.roaster.model.FinalCapable
isFinal
-
Methods inherited from interface org.jboss.forge.roaster.model.source.FinalCapableSource
setFinal
-
Methods inherited from interface org.jboss.forge.roaster.Internal
getInternal
-
-
-
-
Method Detail
-
setVarArgs
ParameterSource<O> setVarArgs(boolean variableArity)
- Parameters:
variableArity- if the parameter should be a var-args parameter
-
-