MCPcopy Create free account
hub / github.com/beanshell/beanshell / visitMaxs

Method visitMaxs

src/bsh/org/objectweb/asm/CodeVisitor.java:257–257  ·  view source on GitHub ↗

Visits the maximum stack size and the maximum number of local variables of the method. @param maxStack maximum stack size of the method. @param maxLocals maximum number of local variables for the method.

(int maxStack, int maxLocals)

Source from the content-addressed store, hash-verified

255 */
256
257 void visitMaxs (int maxStack, int maxLocals);
258
259 // -------------------------------------------------------------------------
260 // Debug information

Callers 3

generateMethodMethod · 0.95
generateConstructorMethod · 0.95

Implementers 1

CodeWritersrc/bsh/org/objectweb/asm/CodeWriter.j

Calls

no outgoing calls

Tested by

no test coverage detected