@return the number of the arguments of the invocation.
()
| 66 | * @return the number of the arguments of the invocation. |
| 67 | */ |
| 68 | public int getArgCount() { |
| 69 | return args.size(); |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * @return the i-th argument of the invocation. |
no test coverage detected