public interface ParameterContainer extends StatementContainer
ParameterDeclarations.
 taken from RECODER and changed to achieve an immutable structure| Modifier and Type | Method and Description | 
|---|---|
ParameterDeclaration | 
getParameterDeclarationAt(int index)
Return the parameter declaration at the specified index in this node's
      "virtual" parameter declaration array. 
 | 
int | 
getParameterDeclarationCount()
Get the number of parameters in this container. 
 | 
getStatementAt, getStatementCountgetChildAt, getChildCountgetComments, matchequalsModRenaming, getEndPosition, getFirstElement, getFirstElementIncludingBlocks, getLastElement, getPositionInfo, getRelativePosition, getStartPosition, prettyPrint, visitint getParameterDeclarationCount()
ParameterDeclaration getParameterDeclarationAt(int index)
index - an index for a parameter declaration.java.lang.ArrayIndexOutOfBoundsException - if index is out
      of bounds.