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

Method print

src/CodeGeneration/PCodeExecutor.java:364–372  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

362 }
363
364 public void print() throws IOException {
365 //System.out.println("—————————输出———————————");
366 for (String s : prints) {
367 writer.write(s);
368 //System.out.print(s);
369 }
370 writer.flush();
371 writer.close();
372 }
373}

Callers 1

AnalyserMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected