C# Class CFGLib.Parsers.Forests.ForestInternal

Inheritance: ForestNode
Afficher le fichier Open project: ellisonch/CFGLib Class Usage Examples

Private Properties

Свойство Type Description
Accept bool
ForestInternal CFGLib.Parsers.Forests.ForestVisitors
ToStringHelper string
ToStringSelf string

Méthodes publiques

Méthode Description
GetRawDot ( ) : string
ToDot ( ) : string
ToString ( ) : string

Private Methods

Méthode 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 méthode

public GetRawDot ( ) : string
Résultat string

ToDot() public méthode

public ToDot ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string