C# 클래스 fItemPlugin.ItemRules.Core.Parser

파일 보기 프로젝트 열기: herbfunk/Funky 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
ParseAddExpr ( ParseNode parent ) : void
ParseAndExpr ( ParseNode parent ) : void
ParseAtom ( ParseNode parent ) : void
ParseCompExpr ( ParseNode parent ) : void
ParseExpr ( ParseNode parent ) : void
ParseMultExpr ( ParseNode parent ) : void
ParseOrExpr ( ParseNode parent ) : void
ParseSepExpr ( ParseNode parent ) : void
ParseStart ( 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 )
scanner Scanner