public final class ParameterList extends Object
| Constructor and Description |
|---|
ParameterList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Parameter parameter)
Adds a new parameter to the list.
|
Parameter |
get(int index)
Returns the parameter at the specified index.
|
int |
size()
Returns the number of parameters in the list.
|
String |
toString()
String form.
|
Copyright © 2017. All rights reserved.