Uses of Interface
org.jboss.forge.roaster.model.source.ParameterSource
Packages that use ParameterSource
-
Uses of ParameterSource in org.jboss.forge.roaster.model.source
Subinterfaces of ParameterSource in org.jboss.forge.roaster.model.sourceMethods in org.jboss.forge.roaster.model.source that return ParameterSourceModifier and TypeMethodDescriptionMethodSource.addParameter(Class<?> type, String name) Add a parameter with the specifiedClasstype and name to this methodMethodSource.addParameter(String type, String name) Add a parameter with the specified type and name to this methodMethodSource.addParameter(JavaType<?> type, String name) Add a parameter with the specifiedJavaTypetype and name to this methoddefault ParameterSource<JavaRecordSource>JavaRecordComponentSource.setFinal(boolean finl) ParameterSource.setVarArgs(boolean variableArity) Methods in org.jboss.forge.roaster.model.source that return types with arguments of type ParameterSourceModifier and TypeMethodDescriptionMethodSource.getParameters()Get a list of thisMethod's parameters.Methods in org.jboss.forge.roaster.model.source with parameters of type ParameterSourceModifier and TypeMethodDescriptionMethodSource.removeParameter(ParameterSource<O> parameter) Remove a parameter from this method