C# 클래스 TinyEE.Parser

파일 보기 프로젝트 열기: wpq0/Tiny-Expression-Evaluator

공개 메소드들

메소드 설명
Parse ( string input ) : ParseTree
Parse ( string input, ParseTree tree ) : ParseTree
Parser ( Scanner scanner ) : System

비공개 메소드들

메소드 설명
ParseAddition ( ParseNode parent ) : void
ParseAndExpression ( ParseNode parent ) : void
ParseArgumentList ( ParseNode parent ) : void
ParseBase ( ParseNode parent ) : void
ParseCoalesceExpression ( ParseNode parent ) : void
ParseCompare ( ParseNode parent ) : void
ParseConditionalExpression ( ParseNode parent ) : void
ParseExpression ( ParseNode parent ) : void
ParseFunctionCall ( ParseNode parent ) : void
ParseGroup ( ParseNode parent ) : void
ParseHashLiteral ( ParseNode parent ) : void
ParseIndexAccess ( ParseNode parent ) : void
ParseListLiteral ( ParseNode parent ) : void
ParseLiteral ( ParseNode parent ) : void
ParseMember ( ParseNode parent ) : void
ParseMemberAccess ( ParseNode parent ) : void
ParseMultiplication ( ParseNode parent ) : void
ParseNegation ( ParseNode parent ) : void
ParseNotExpression ( ParseNode parent ) : void
ParseOrExpression ( ParseNode parent ) : void
ParsePair ( ParseNode parent ) : void
ParsePairList ( ParseNode parent ) : void
ParsePower ( ParseNode parent ) : void
ParseStart ( ParseNode parent ) : void
ParseVariable ( ParseNode parent ) : void

메소드 상세

Parse() 공개 메소드

public Parse ( string input ) : ParseTree
input string
리턴 ParseTree

Parse() 공개 메소드

public Parse ( string input, ParseTree tree ) : ParseTree
input string
tree ParseTree
리턴 ParseTree

Parser() 공개 메소드

public Parser ( Scanner scanner ) : System
scanner Scanner
리턴 System