C# Class CSharpUML.UmlParser

Inheritance: IParser
Mostrar archivo Open project: knot3/CSharpUML Class Usage Examples

Public Methods

Method Description
Parse ( IEnumerable lines ) : IEnumerable
Parse ( string filename ) : IEnumerable
UmlParser ( ) : System

Private Methods

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

Method Details

Parse() public method

public Parse ( IEnumerable lines ) : IEnumerable
lines IEnumerable
return IEnumerable

Parse() public method

public Parse ( string filename ) : IEnumerable
filename string
return IEnumerable

UmlParser() public method

public UmlParser ( ) : System
return System