C# Class ExprNode_ConstString, DailyProjects

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

Public Methods

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

Method Details

ExprNode_ConstString() public method

public ExprNode_ConstString ( int line, string str ) : System.Collections.Generic
line int
str string
return System.Collections.Generic

acceptVisitor() public method

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