C# 클래스 Glob.GlobToRegexVisitor

파일 보기 프로젝트 열기: kthompson/csharp-glob 1 사용 예제들

공개 메소드들

메소드 설명
Process ( GlobNode node ) : string

비공개 메소드들

메소드 설명
Assert ( GlobNode node, GlobNodeType type ) : void
ProcessCharacterSet ( CharacterSet node ) : string
ProcessCharacterWildcard ( CharacterWildcard node ) : string
ProcessDirectoryWildcard ( DirectoryWildcard node ) : string
ProcessIdentifier ( Identifier node ) : string
ProcessLiteralSet ( LiteralSet node ) : string
ProcessPathSegment ( PathSegment node ) : string
ProcessRoot ( Root node ) : string
ProcessSegment ( PathSegment node ) : string
ProcessStringWildcard ( StringWildcard node ) : string
ProcessSubSegment ( GlobNode node ) : string
ProcessTree ( Tree node ) : string

메소드 상세

Process() 공개 정적인 메소드

public static Process ( GlobNode node ) : string
node GlobNode
리턴 string