C# 클래스 Utility.PrettyPrint.PPElement

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

공개 메소드들

메소드 설명
Format ( int indentLevel, FormatSpecifier formatSpecifier ) : string
FormatAsFlat ( ) : string
FormatAsTree ( int indentLevel ) : string
FormatAsTree ( int indentLevel, FormatSpecifier formatSpecifier ) : string
PPElement ( )
PPElement ( string tag )

메소드 상세

Format() 공개 추상적인 메소드

public abstract Format ( int indentLevel, FormatSpecifier formatSpecifier ) : string
indentLevel int
formatSpecifier FormatSpecifier
리턴 string

FormatAsFlat() 공개 메소드

public FormatAsFlat ( ) : string
리턴 string

FormatAsTree() 공개 메소드

public FormatAsTree ( int indentLevel ) : string
indentLevel int
리턴 string

FormatAsTree() 공개 메소드

public FormatAsTree ( int indentLevel, FormatSpecifier formatSpecifier ) : string
indentLevel int
formatSpecifier FormatSpecifier
리턴 string

PPElement() 공개 메소드

public PPElement ( )

PPElement() 공개 메소드

public PPElement ( string tag )
tag string