@return a list of arguments of the invocation.
()
| 82 | * @return a list of arguments of the invocation. |
| 83 | */ |
| 84 | public List<Var> getArgs() { |
| 85 | return args; |
| 86 | } |
| 87 | |
| 88 | public abstract String getInvokeString(); |
| 89 |
no outgoing calls
no test coverage detected