Returns the number of parameters that have been parsed. @return the number of parameters
()
| 129 | * @return the number of parameters |
| 130 | */ |
| 131 | public int size() { |
| 132 | return parameterCount; |
| 133 | } |
| 134 | |
| 135 | |
| 136 | /** |
no outgoing calls
no test coverage detected