C# 클래스 Glob.Parser

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

공개 메소드들

메소드 설명
Parse ( ) : GlobNode
Parse ( string text ) : GlobNode
Parser ( string pattern = null ) : System

비공개 메소드들

메소드 설명
Accept ( TokenKind expectedKind ) : void
AcceptIt ( ) : void
InitializeScanner ( string pattern ) : void
ParseCharacterSet ( ) : CharacterSet
ParseCharacterWildcard ( ) : CharacterWildcard
ParseIdentifier ( ) : Identifier
ParseLiteralSet ( ) : LiteralSet
ParsePathSegment ( ) : PathSegment
ParseRoot ( ) : Root
ParseSegment ( ) : PathSegment
ParseSubSegment ( ) : GlobNode
ParseTree ( ) : GlobNode
ParseWildcard ( ) : StringWildcard

메소드 상세

Parse() 공개 메소드

public Parse ( ) : GlobNode
리턴 GlobNode

Parse() 공개 메소드

public Parse ( string text ) : GlobNode
text string
리턴 GlobNode

Parser() 공개 메소드

public Parser ( string pattern = null ) : System
pattern string
리턴 System