Inheritance: AstNodeExpr
 public AstNodeExprCallTailCall(AstNodeExprCall call)
 {
     Call        = call;
     call.Parent = this;
 }
 public AstNodeExprCallTailCall(AstNodeExprCall Call)
 {
     this.Call = Call;
     Call.Parent = this;
 }
Exemplo n.º 3
0
 public AstNodeExprCallTailCall(AstNodeExprCall Call)
 {
     this.Call   = Call;
     Call.Parent = this;
 }