C# Class MathParserDataStructures.PolishVisitor

Inheritance: IVisitor
Afficher le fichier Open project: FlorianRappl/YAMP Class Usage Examples

Méthodes publiques

Méthode Description
Action ( MathParserTreeNode treeNode ) : void
GetPolishPostfixExpression ( ) : System.Operation[]
PolishVisitor ( int sizeOfPolishExpression ) : System

Method Details

Action() public méthode

public Action ( MathParserTreeNode treeNode ) : void
treeNode MathParserTreeNode
Résultat void

GetPolishPostfixExpression() public méthode

public GetPolishPostfixExpression ( ) : System.Operation[]
Résultat System.Operation[]

PolishVisitor() public méthode

public PolishVisitor ( int sizeOfPolishExpression ) : System
sizeOfPolishExpression int
Résultat System