TypeInfo.prototype.isConcealed = function TypeInfo$isConcealed( propertyName, accessClass ) {
    accessClass = ( "undefined" === typeof accessClass ) ? TypeInfo.USERCLASS_USER : accessClass;
    return (
        this.typeInfo.hasOwnProperty( propertyName ) &&
        this.typeInfo[ propertyName ].hasOwnProperty( accessClass ) &&