Inheritance: DotNetWebToolkit.Cil2Js.Ast.ExprVar
コード例 #1
0
 protected virtual ICode VisitJsVarMethodReference(ExprJsVarMethodReference e) {
     this.ThrowOnNoOverride();
     return e;
 }
コード例 #2
0
 protected override ICode VisitJsVarMethodReference(ExprJsVarMethodReference e)
 {
     this.js.Append(this.resolver.MethodNames[e.MRef]);
     return(e);
 }
コード例 #3
0
 protected override ICode VisitJsVarMethodReference(ExprJsVarMethodReference e) {
     this.code.Append("ref:");
     this.code.Append(e.MRef.Name);
     return e;
 }
コード例 #4
0
 protected override ICode VisitJsVarMethodReference(ExprJsVarMethodReference e) {
     this.js.Append(this.resolver.MethodNames[e.MRef]);
     return e;
 }
コード例 #5
0
 protected virtual ICode VisitJsVarMethodReference(ExprJsVarMethodReference e)
 {
     this.ThrowOnNoOverride();
     return(e);
 }