public UnresolvedCall(UnresolvedCall call) : this(call.caller, call.arguments) { }
public RemoteCall(UnresolvedCall call, String resultName, StatementList andThen) : base(call) { this.resultName = resultName; this.andThen = andThen; }