public InterpreterClient(InterpreterContext i) { this.ic = i; }
public string interpret(InterpreterContext ic) { return(ic.getBinary(this.i)); }