var E_IsIri = Class.create({
    initialize: function(expr) {
        this.expr = expr;
    },