C# Class StmtNode_For, DailyProjects

Inheritance: StmtNode
Mostra file Open project: GHScan/DailyProjects Class Usage Examples

Public Methods

Method Description
StmtNode_For ( int line, StmtNode, first, ExprNode, second, StmtNode, third, StmtNode, body ) : System.Collections.Generic
acceptVisitor ( IStmtNodeVisitor v ) : void

Method Details

StmtNode_For() public method

public StmtNode_For ( int line, StmtNode, first, ExprNode, second, StmtNode, third, StmtNode, body ) : System.Collections.Generic
line int
first StmtNode,
second ExprNode,
third StmtNode,
body StmtNode,
return System.Collections.Generic

acceptVisitor() public method

public acceptVisitor ( IStmtNodeVisitor v ) : void
v IStmtNodeVisitor
return void