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)
| 255 | */ |
| 256 | |
| 257 | void visitMaxs (int maxStack, int maxLocals); |
| 258 | |
| 259 | // ------------------------------------------------------------------------- |
| 260 | // Debug information |
no outgoing calls
no test coverage detected