Package org.wilmascope.dotparser

Interface Summary
DotParserConstants  
GraphClient  
 

Class Summary
DotParser  
DotParserTokenManager  
EdgeClient  
LineBreakFilter Creates a filter stream which removes linebreaks (dos or unix) escaped with a back-slash, concatenating the lines together, ie: blah blah blah\ (or ) bluk bluk bluk becomes: blah blah blahbluk bluk bluk
NodeClient  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError