C# Class ExprNode, DailyProjects

Show file Open project: GHScan/DailyProjects Class Usage Examples

Public Methods

Method Description
acceptVisitor ( IExprNodeVisitor v ) : void

Protected Methods

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

Method Details

ExprNode() protected method

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

acceptVisitor() public abstract method

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