C# Class ExprNode_ConstNumber, DailyProjects

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

Public Methods

Method Description
ExprNode_ConstNumber ( int line, double number ) : System.Collections.Generic
acceptVisitor ( IExprNodeVisitor v ) : void

Method Details

ExprNode_ConstNumber() public method

public ExprNode_ConstNumber ( int line, double number ) : System.Collections.Generic
line int
number double
return System.Collections.Generic

acceptVisitor() public method

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