C# 클래스 MathParserDataStructures.PolishVisitor

상속: IVisitor
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
Action ( MathParserTreeNode treeNode ) : void
GetPolishPostfixExpression ( ) : System.Operation[]
PolishVisitor ( int sizeOfPolishExpression ) : System

메소드 상세

Action() 공개 메소드

public Action ( MathParserTreeNode treeNode ) : void
treeNode MathParserTreeNode
리턴 void

GetPolishPostfixExpression() 공개 메소드

public GetPolishPostfixExpression ( ) : System.Operation[]
리턴 System.Operation[]

PolishVisitor() 공개 메소드

public PolishVisitor ( int sizeOfPolishExpression ) : System
sizeOfPolishExpression int
리턴 System