MCPcopy Create free account
hub / github.com/acsoto/BUAA-Compiler / getParas

Method getParas

src/Function.java:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12
13 public ArrayList<Integer> getParas() {
14 return paras;
15 }
16
17 public void setParas(ArrayList<Integer> paras) {
18 this.paras = paras;

Callers 1

analyseUnaryExpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected