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

Method PCode

src/CodeGeneration/PCode.java:8–10  ·  view source on GitHub ↗
(CodeType type)

Source from the content-addressed store, hash-verified

6 private Object value2 = null;
7
8 public PCode(CodeType type) {
9 this.type = type;
10 }
11
12 public PCode(CodeType type, Object value1) {
13 this.type = type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected