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

Method pop

src/CodeGeneration/PCodeExecutor.java:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 private int pop() {
50 return stack.remove(stack.size() - 1);
51 }
52
53 private Var getVar(String ident) {
54 if (varTable.containsKey(ident)) {

Callers 2

runMethod · 0.95
getAddressMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected