Interface ExprEngineListener

interface ExprEngineListener {
    output(output): void;
}

Methods

Methods