MCPcopy Create free account
hub / github.com/GraxCode/zelixkiller / getLocal

Method getLocal

src/me/lpk/analysis/StackFrame.java:527–530  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

525 }
526
527 @Override
528 public InsnValue getLocal(int i) {
529 return (InsnValue) super.getLocal(i);
530 }
531
532 @Override
533 public InsnValue pop() {

Callers 2

toFrameMethod · 0.95
executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected