var Modifier = (function () {
    function Modifier(name, body) {
        this.name = name;
        this.body = body;
    }