C# Class Glob.Parser

Afficher le fichier Open project: kthompson/csharp-glob Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( ) : GlobNode
Parse ( string text ) : GlobNode
Parser ( string pattern = null ) : System

Private Methods

Méthode Description
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

Method Details

Parse() public méthode

public Parse ( ) : GlobNode
Résultat GlobNode

Parse() public méthode

public Parse ( string text ) : GlobNode
text string
Résultat GlobNode

Parser() public méthode

public Parser ( string pattern = null ) : System
pattern string
Résultat System