C# Class MathParserDataStructures.CountVisitor

Inheritance: IVisitor
Mostrar archivo Open project: FlorianRappl/YAMP

Public Methods

Method Description
Action ( MathParserTreeNode treeNode ) : void
ResetCounter ( ) : void

Method Details

Action() public method

public Action ( MathParserTreeNode treeNode ) : void
treeNode MathParserTreeNode
return void

ResetCounter() public method

public ResetCounter ( ) : void
return void