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

Method Error

src/Error.java:5–8  ·  view source on GitHub ↗
(int n, String type)

Source from the content-addressed store, hash-verified

3 private String type;
4
5 public Error(int n, String type) {
6 this.n = n;
7 this.type = type;
8 }
9
10 public int getN() {
11 return n;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected