C# Class ExprNode_ID, DailyProjects

Inheritance: ExprNode
Show file Open project: GHScan/DailyProjects Class Usage Examples

Public Methods

Method Description
ExprNode_ID ( int line, string name ) : System.Collections.Generic
acceptVisitor ( IExprNodeVisitor v ) : void

Method Details

ExprNode_ID() public method

public ExprNode_ID ( int line, string name ) : System.Collections.Generic
line int
name string
return System.Collections.Generic

acceptVisitor() public method

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