Uses of Interface
org.jboss.forge.roaster.model.source.ParameterSource
-
Packages that use ParameterSource Package Description org.jboss.forge.roaster.model.source -
-
Uses of ParameterSource in org.jboss.forge.roaster.model.source
Methods in org.jboss.forge.roaster.model.source that return ParameterSource Modifier and Type Method Description ParameterSource<O>MethodSource. addParameter(Class<?> type, String name)Add a parameter with the specifiedClasstype and name to this methodParameterSource<O>MethodSource. addParameter(String type, String name)Add a parameter with the specified type and name to this methodParameterSource<O>MethodSource. addParameter(JavaType<?> type, String name)Add a parameter with the specifiedJavaTypetype and name to this methodParameterSource<O>ParameterSource. setVarArgs(boolean variableArity)Methods in org.jboss.forge.roaster.model.source that return types with arguments of type ParameterSource Modifier and Type Method Description List<ParameterSource<O>>MethodSource. getParameters()Get a list of thisMethod's parameters.Methods in org.jboss.forge.roaster.model.source with parameters of type ParameterSource Modifier and Type Method Description MethodSource<O>MethodSource. removeParameter(ParameterSource<O> parameter)Remove a parameter from this method
-