| Package | Description |
|---|---|
| org.jboss.forge.roaster.model.source |
| Modifier and Type | Method and Description |
|---|---|
ParameterSource<O> |
MethodSource.addParameter(Class<?> type,
String name)
Add a parameter with the specified
Class type and name to this method |
ParameterSource<O> |
MethodSource.addParameter(JavaType<?> type,
String name)
Add a parameter with the specified
JavaType type and name to this method |
ParameterSource<O> |
MethodSource.addParameter(String type,
String name)
Add a parameter with the specified type and name to this method
|
ParameterSource<O> |
ParameterSource.setVarArgs(boolean variableArity) |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterSource<O>> |
MethodSource.getParameters()
Get a list of this
Method's parameters. |
| Modifier and Type | Method and Description |
|---|---|
MethodSource<O> |
MethodSource.removeParameter(ParameterSource<O> parameter)
Remove a parameter from this method
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.