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

Method newFrame

src/me/lpk/analysis/InsnAnalyzer.java:399–401  ·  view source on GitHub ↗

Constructs a new frame with the given size. @param nLocals the maximum number of local variables of the frame. @param nStack the maximum stack size of the frame. @return the created frame.

(final int nLocals, final int nStack)

Source from the content-addressed store, hash-verified

397 * @return the created frame.
398 */
399 protected StackFrame newFrame(final int nLocals, final int nStack) {
400 return new StackFrame(nLocals, nStack);
401 }
402
403 /**
404 * Constructs a new frame that is identical to the given frame.

Callers 2

analyzeMethod · 0.95
mergeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected