(Word word, String returnType)
| 6 | private ArrayList<Integer> paras; |
| 7 | |
| 8 | public Function(Word word, String returnType) { |
| 9 | this.content = word.getContent(); |
| 10 | this.returnType = returnType; |
| 11 | } |
| 12 | |
| 13 | public ArrayList<Integer> getParas() { |
| 14 | return paras; |
nothing calls this directly
no test coverage detected