Chunk.prototype.isCritical = function () {
    return this._isUpperCase(this.getType().charCodeAt(0));
};