C# Class StmtNode_IfElse, DailyProjects

Inheritance: StmtNode
Exibir arquivo Open project: GHScan/DailyProjects Class Usage Examples

Public Methods

Method Description
StmtNode_IfElse ( int line, ExprNode, expr, StmtNode, ifStmt, StmtNode, elseStmt ) : System.Collections.Generic
acceptVisitor ( IStmtNodeVisitor v ) : void

Method Details

StmtNode_IfElse() public method

public StmtNode_IfElse ( int line, ExprNode, expr, StmtNode, ifStmt, StmtNode, elseStmt ) : System.Collections.Generic
line int
expr ExprNode,
ifStmt StmtNode,
elseStmt StmtNode,
return System.Collections.Generic

acceptVisitor() public method

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