Ejemplo n.º 1
0
 @Override
 @AvailMethod
 int o_MaxStackDepth(final AvailObject object) {
   return object.numArgsAndLocalsAndStack() - object.numArgs() - object.numLocals();
 }