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

Method getLabel

src/CodeGeneration/LabelGenerator.java:6–9  ·  view source on GitHub ↗
(String type)

Source from the content-addressed store, hash-verified

4 private int count = 0;
5
6 public String getLabel(String type) {
7 count++;
8 return "label_" + type + "_"+ count;
9 }
10}

Callers 2

analyseStmtMethod · 0.80
analyseLOrExpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected