C# Class CFGLib.Parsers.Forests.ForestVisitors.GraphVisitors.GraphVisitor

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

Méthodes publiques

Méthode Description
GraphVisitor ( ForestInternal root ) : CFGLib.Parsers.Graphs
Visit ( ForestInternal node ) : bool

Private Methods

Méthode Description
Graph ( ) : Graph

Method Details

GraphVisitor() public méthode

public GraphVisitor ( ForestInternal root ) : CFGLib.Parsers.Graphs
root ForestInternal
Résultat CFGLib.Parsers.Graphs

Visit() public méthode

public Visit ( ForestInternal node ) : bool
node ForestInternal
Résultat bool