Esempio n. 1
0
 public Base_Object_Value Visit(AST_StringCte node)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public bool Visit(AST_StringCte node)
 {
     throw new NotImplementedException();
 }
 public bool Visit(AST_StringCte node)
 {
     return(true);
 }