MCPcopy Index your code
hub / github.com/acsoto/BUAA-Compiler / getType

Method getType

src/CodeGeneration/PCode.java:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 public CodeType getType() {
28 return type;
29 }
30
31 public Object getValue1() {
32 return value1;

Callers 2

PCodeExecutorMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected