C# 클래스 Machine.UrlStrong.Translation.Parsing.ParseResultBuilder

상속: IParseListener
파일 보기 프로젝트 열기: machine/machine.urlstrong 1 사용 예제들

공개 메소드들

메소드 설명
AddError ( string error ) : void
BeginLine ( int lineNumber, string line ) : void
GetResult ( ) : ParseResult
OnClassName ( string value ) : void
OnNamespace ( string value ) : void
OnUrl ( IEnumerable verbs, string url, string hash, string comment ) : void
OnUsingNamespace ( string @namespace ) : void

비공개 메소드들

메소드 설명
ParseUrl ( string url ) : IEnumerable
ParseVerbs ( IEnumerable verbs ) : IEnumerable

메소드 상세

AddError() 공개 메소드

public AddError ( string error ) : void
error string
리턴 void

BeginLine() 공개 메소드

public BeginLine ( int lineNumber, string line ) : void
lineNumber int
line string
리턴 void

GetResult() 공개 메소드

public GetResult ( ) : ParseResult
리턴 ParseResult

OnClassName() 공개 메소드

public OnClassName ( string value ) : void
value string
리턴 void

OnNamespace() 공개 메소드

public OnNamespace ( string value ) : void
value string
리턴 void

OnUrl() 공개 메소드

public OnUrl ( IEnumerable verbs, string url, string hash, string comment ) : void
verbs IEnumerable
url string
hash string
comment string
리턴 void

OnUsingNamespace() 공개 메소드

public OnUsingNamespace ( string @namespace ) : void
@namespace string
리턴 void