Elsa Ast Type S for
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
S_for is a Ast subtype node belonging to Statement. S_for is a record.
Record Data Fields
- for_loc : sourceLoc
 - for_init : Statement
 - for_cond : Condition
 - after : FullExpression
 - for_body : Statement
 
Comments
Please make your modifications only below, because the content above will be regenerated automatically from time to time.