checkAsserted = false; checkTarget = target; enableAccess = enable;
if (checkTarget.equals(p)) { checkAsserted = true; if (!enableAccess) { throw new SecurityException(); } }
checkAsserted = false; return this;