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

Method Var

src/CodeGeneration/Var.java:9–11  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

7 private int dim2;
8
9 public Var(int index) {
10 this.index = index;
11 }
12
13 public int getIndex() {
14 return index;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected