示例#1
0
 public Base_Object_Value Visit(AST_StringCte node)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public bool Visit(AST_StringCte node)
 {
     throw new NotImplementedException();
 }
 public bool Visit(AST_StringCte node)
 {
     return(true);
 }