Exemplo n.º 1
0
	void QueryExpressionFromOrJoinClause(
#line  2467 "Frames/cs.ATG" 
QueryExpressionFromOrJoinClause fjc) {

#line  2468 "Frames/cs.ATG" 
		TypeReference type; Expression expr; 

#line  2470 "Frames/cs.ATG" 
		fjc.Type = null; 
		if (
#line  2471 "Frames/cs.ATG" 
IsLocalVarDecl()) {
			Type(
#line  2471 "Frames/cs.ATG" 
out type);

#line  2471 "Frames/cs.ATG" 
			fjc.Type = type; 
		}
		Identifier();

#line  2472 "Frames/cs.ATG" 
		fjc.Identifier = t.val; 
		Expect(81);
		Expr(
#line  2474 "Frames/cs.ATG" 
out expr);

#line  2474 "Frames/cs.ATG" 
		fjc.InExpression = expr; 
	}
Exemplo n.º 2
0
	void QueryExpressionFromOrJoinClause(
#line  2432 "cs.ATG" 
QueryExpressionFromOrJoinClause fjc) {

#line  2433 "cs.ATG" 
		TypeReference type; Expression expr; 

#line  2435 "cs.ATG" 
		fjc.Type = null; 
		if (
#line  2436 "cs.ATG" 
IsLocalVarDecl()) {
			Type(
#line  2436 "cs.ATG" 
out type);

#line  2436 "cs.ATG" 
			fjc.Type = type; 
		}
		Identifier();

#line  2437 "cs.ATG" 
		fjc.Identifier = t.val; 
		Expect(81);
		Expr(
#line  2439 "cs.ATG" 
out expr);

#line  2439 "cs.ATG" 
		fjc.InExpression = expr; 
	}