/[dotgnu-pnet]/pnetlib/System/CodeDom/Compiler/VBCodeCompiler.cs
ViewVC logotype

Diff of /pnetlib/System/CodeDom/Compiler/VBCodeCompiler.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by rweather, Wed Sep 3 01:30:02 2003 UTC revision 1.5 by drobosson, Tue Oct 25 23:55:56 2005 UTC
# Line 1187  internal class VBCodeCompiler : CodeComp Line 1187  internal class VBCodeCompiler : CodeComp
1187                                          case CodeBinaryOperatorType.BitwiseAnd:                                          case CodeBinaryOperatorType.BitwiseAnd:
1188                                                  oper = "And"; break;                                                  oper = "And"; break;
1189                                          case CodeBinaryOperatorType.BooleanOr:                                          case CodeBinaryOperatorType.BooleanOr:
                                                 oper = "AndAlso"; break;  
                                         case CodeBinaryOperatorType.BooleanAnd:  
1190                                                  oper = "OrElse"; break;                                                  oper = "OrElse"; break;
1191                                            case CodeBinaryOperatorType.BooleanAnd:
1192                                                    oper = "AndAlso"; break;
1193                                          case CodeBinaryOperatorType.LessThan:                                          case CodeBinaryOperatorType.LessThan:
1194                                                  oper = "<"; break;                                                  oper = "<"; break;
1195                                          case CodeBinaryOperatorType.LessThanOrEqual:                                          case CodeBinaryOperatorType.LessThanOrEqual:

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26