C# Class ExprNode_ConstNumber, DailyProjects

Inheritance: ExprNode
Afficher le fichier Open project: GHScan/DailyProjects Class Usage Examples

Méthodes publiques

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

Method Details

ExprNode_ConstNumber() public méthode

public ExprNode_ConstNumber ( int line, double number ) : System.Collections.Generic
line int
number double
Résultat System.Collections.Generic

acceptVisitor() public méthode

public acceptVisitor ( IExprNodeVisitor v ) : void
v IExprNodeVisitor
Résultat void