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

Method setValue2

src/CodeGeneration/PCode.java:23–25  ·  view source on GitHub ↗
(Object value2)

Source from the content-addressed store, hash-verified

21 }
22
23 public void setValue2(Object value2) {
24 this.value2 = value2;
25 }
26
27 public CodeType getType() {
28 return type;

Callers 1

analyseFuncDefMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected