C# Class CSharpUML.UmlParser

Inheritance: IParser
Afficher le fichier Open project: knot3/CSharpUML Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( IEnumerable lines ) : IEnumerable
Parse ( string filename ) : IEnumerable
UmlParser ( ) : System

Private Methods

Méthode Description
FilterIgnoreLines ( string line ) : bool
ParseBlocks ( string lines, int &i, int parentIndent ) : UmlBlock[]
nextIndent ( string lines, int i ) : int

Method Details

Parse() public méthode

public Parse ( IEnumerable lines ) : IEnumerable
lines IEnumerable
Résultat IEnumerable

Parse() public méthode

public Parse ( string filename ) : IEnumerable
filename string
Résultat IEnumerable

UmlParser() public méthode

public UmlParser ( ) : System
Résultat System