C# 클래스 Tp.PopEmailIntegration.Rules.Parsing.Parser

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
ParseAttachRequestToTeamClause ( ParseNode parent ) : void
ParseAttachRequestToTeamPart ( ParseNode parent ) : void
ParseAttachToProjectClause ( ParseNode parent ) : void
ParseCompanyMatchedClause ( ParseNode parent ) : void
ParseCreatePrivateRequestClause ( ParseNode parent ) : void
ParseCreatePublicRequestClause ( ParseNode parent ) : void
ParseCreateRequestClause ( ParseNode parent ) : void
ParseStart ( ParseNode parent ) : void
ParseSubjectContainsClause ( ParseNode parent ) : void
ParseThenPart ( ParseNode parent ) : void
ParseThenStatement ( ParseNode parent ) : void
ParseWhenPart ( ParseNode parent ) : void
ParseWhenStatement ( 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