C# Class Glob.GlobToRegexVisitor

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

Méthodes publiques

Méthode Description
Process ( GlobNode node ) : string

Private Methods

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

Method Details

Process() public static méthode

public static Process ( GlobNode node ) : string
node GlobNode
Résultat string