For Class Reference

For loop. More...

#import <ast.h>

Inheritance diagram for For:

Stmt ASTNode List of all members.

Public Member Functions

(id) - init:dec:test:step:stmt:
 Initialize.

Protected Attributes

ExprStmtdec
 loop declarations
ExprStmttest
 loop test
Exprstep
 loop step
Stmtstmt
 loop body

Detailed Description

For loop.


Member Function Documentation

- (id) init: (id)  t
dec: (id)  d
test: (id)  ts
step: (id)  p
stmt: (id)  s 

Initialize.

Parameters:
t Token
d (ExprStmt*) Declaration
ts (ExprStmt*) test
e (Expr*) step
s (Stmt*) statement


The documentation for this class was generated from the following files:
Generated on Mon Dec 24 06:11:58 2007 for gfront by  doxygen 1.5.2