~ubuntu-branches/ubuntu/natty/monodevelop/natty

« back to all changes in this revision

Viewing changes to src/core/NRefactory/Project/Src/Parser/CSharp/Parser.cs

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-03-29 23:36:33 UTC
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: james.westby@ubuntu.com-20080329233633-l550uuwvfh1e68at
Tags: upstream-1.0+dfsg
ImportĀ upstreamĀ versionĀ 1.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
4177
4177
 
4178
4178
#line  1736 "cs.ATG" 
4179
4179
                        pexpr = new PrimitiveExpression(null, "null");  
4180
 
                } else if (
 
4180
                } else if (la.kind == 2) {
 
4181
                        lexer.NextToken();
 
4182
 
4181
4183
#line  1737 "cs.ATG" 
 
4184
                        pexpr = new PrimitiveExpression(t.literalValue, t.val); 
 
4185
                } else if (
 
4186
#line  1738 "cs.ATG" 
4182
4187
IsTokenWithGenericParameters()) {
4183
4188
                        TypeName(
4184
 
#line  1738 "cs.ATG" 
 
4189
#line  1739 "cs.ATG" 
4185
4190
out type, true);
4186
4191
 
4187
 
#line  1738 "cs.ATG" 
 
4192
#line  1739 "cs.ATG" 
4188
4193
                        pexpr = new FieldReferenceExpression(new TypeReferenceExpression (type), ""); 
4189
 
                } else if (la.kind == 2) {
4190
 
                        lexer.NextToken();
4191
 
 
4192
 
#line  1739 "cs.ATG" 
4193
 
                        pexpr = new PrimitiveExpression(t.literalValue, t.val);  
4194
4194
                } else if (
4195
4195
#line  1740 "cs.ATG" 
4196
4196
la.kind == Tokens.Identifier && Peek(1).kind == Tokens.DoubleColon) {