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

Method getCode

src/FileProcessor.java:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 public String getCode() {
27 return code;
28 }
29
30 public FileWriter getWriter() {
31 return writer;

Callers 1

LexicalAnalyserMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected