C# Class StmtNode_For, DailyProjects

Inheritance: StmtNode
Afficher le fichier Open project: GHScan/DailyProjects Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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,
Résultat System.Collections.Generic

acceptVisitor() public méthode

public acceptVisitor ( IStmtNodeVisitor v ) : void
v IStmtNodeVisitor
Résultat void