Method | Description | |
---|---|---|
StmtNode_For ( int line, StmtNode, first, ExprNode, second, StmtNode, third, StmtNode, body ) : System.Collections.Generic | ||
acceptVisitor ( IStmtNodeVisitor v ) : void |
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 |
public acceptVisitor ( IStmtNodeVisitor v ) : void | ||
v | IStmtNodeVisitor | |
return | void |