public long getObjectSize(Object o) { return helperManager.getObjectSize(o); }
/** * method called when the rule has been uninstalled after previously being successfully injected * into a class, type checked and compiled. it passes the message on to the Transformer so it can * perform helper lifecycle management. */ private void uninstalled() { helperManager.uninstalled(this); }