示例#1
0
 public bool VisitNode(NameLiteral node)
 {
     // 'name'
     Append("'{0}'", node.Value);
     return(true);
 }
示例#2
0
 public bool VisitNode(NameLiteral node)
 {
     throw new NotImplementedException();
 }