C# Class StmtNode, DailyProjects

显示文件 Open project: GHScan/DailyProjects Class Usage Examples

Public Methods

Method Description
acceptVisitor ( IStmtNodeVisitor v ) : void

Protected Methods

Method Description
StmtNode ( int line ) : System.Collections.Generic

Method Details

StmtNode() protected method

protected StmtNode ( int line ) : System.Collections.Generic
line int
return System.Collections.Generic

acceptVisitor() public abstract method

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