if (posInType >= 0) {
modificationMask = BitMaskUtil.set(modificationMask, posInType);
}
}
}
classObjectType.storeTransformedMask(modifiedClass, originalMask, modificationMask);
return this;
}
private List<String> getSettableProperties(InternalWorkingMemory workingMemory, Class<?> classType, Package rulePkg) {