Method | Description | |
---|---|---|
Parse ( IEnumerable |
||
Parse ( string filename ) : IEnumerable |
||
UmlParser ( ) : System |
Method | Description | |
---|---|---|
FilterIgnoreLines ( string line ) : bool | ||
ParseBlocks ( string lines, int &i, int parentIndent ) : UmlBlock[] | ||
nextIndent ( string lines, int i ) : int |
public Parse ( IEnumerable |
||
lines | IEnumerable |
|
return | IEnumerable |
public Parse ( string filename ) : IEnumerable |
||
filename | string | |
return | IEnumerable |