C# 클래스 Taps.TAPParser

파일 보기 프로젝트 열기: tnwinc/TAP.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Exit int

공개 메소드들

메소드 설명
End ( ) : void
EndTotal ( ) : void
Match ( Regex re, string s ) : string[]
ParseLine ( string line ) : void
Plan ( int n ) : void
ShowSubtotals ( ) : void
ShowTotals ( List paths ) : void
UpdateExit ( int exit ) : void
UpdateTotals ( ) : void

비공개 메소드들

메소드 설명
TAPParser ( ) : System

메소드 상세

End() 공개 메소드

public End ( ) : void
리턴 void

EndTotal() 정적인 공개 메소드

static public EndTotal ( ) : void
리턴 void

Match() 공개 메소드

public Match ( Regex re, string s ) : string[]
re System.Text.RegularExpressions.Regex
s string
리턴 string[]

ParseLine() 공개 메소드

public ParseLine ( string line ) : void
line string
리턴 void

Plan() 공개 메소드

public Plan ( int n ) : void
n int
리턴 void

ShowSubtotals() 공개 메소드

public ShowSubtotals ( ) : void
리턴 void

ShowTotals() 정적인 공개 메소드

static public ShowTotals ( List paths ) : void
paths List
리턴 void

UpdateExit() 공개 정적인 메소드

public static UpdateExit ( int exit ) : void
exit int
리턴 void

UpdateTotals() 공개 메소드

public UpdateTotals ( ) : void
리턴 void

프로퍼티 상세

Exit 정적으로 공개적으로 프로퍼티

static public int Exit
리턴 int