예제 #1
0
 public override Types.Type VisitStringType(QLMainParser.StringTypeContext context)
 {
     return(new Types.StringType());
 }