示例#1
0
文件: Program.cs 项目: weffer/C-
 protected override bool VisitConst(Const c)
 {
     return(c.Value);
 }
示例#2
0
文件: Program.cs 项目: weffer/C-
 protected override string VisitConst(Const c)
 {
     return(c.Value.ToString());
 }
示例#3
0
文件: Program.cs 项目: weffer/C-
 protected abstract R VisitConst(Const c);