public final class ParameterList
extends java.lang.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.
|
java.lang.String |
toString()
String form.
|
public int size()
public Parameter get(int index)
public void add(Parameter parameter)
public java.lang.String toString()
toString
in class java.lang.Object
© Copyright 2003 The Free Software Foundation, all rights reserved