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

Method Function

src/Function.java:8–11  ·  view source on GitHub ↗
(Word word, String returnType)

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

getContentMethod · 0.45

Tested by

no test coverage detected