C# Class CFGLib.Parsers.Forests.ForestInternal

Inheritance: ForestNode
Show file Open project: ellisonch/CFGLib Class Usage Examples

Private Properties

Property Type Description
Accept bool
ForestInternal CFGLib.Parsers.Forests.ForestVisitors
ToStringHelper string
ToStringSelf string

Public Methods

Method Description
GetRawDot ( ) : string
ToDot ( ) : string
ToString ( ) : string

Private Methods

Method Description
Accept ( IForestVisitor visitor ) : bool
ForestInternal ( InteriorNode node, Nonterminal nonterminal ) : CFGLib.Parsers.Forests.ForestVisitors
ToStringHelper ( int level, HashSet visited ) : string
ToStringSelf ( ) : string

Method Details

GetRawDot() public method

public GetRawDot ( ) : string
return string

ToDot() public method

public ToDot ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string