示例#1
0
 public UnresolvedCall(UnresolvedCall call)
     : this(call.caller, call.arguments)
 {
 }
示例#2
0
 public RemoteCall(UnresolvedCall call, String resultName, StatementList andThen)
     : base(call)
 {
     this.resultName = resultName;
     this.andThen    = andThen;
 }