C# Class CFGLib.Parsers.Forests.ForestVisitors.DefaultVisitor

Inheritance: IForestVisitor
Afficher le fichier Open project: ellisonch/CFGLib

Méthodes publiques

Méthode Description
DefaultVisitor ( ForestInternal root ) : System
Visit ( ForestInternal node ) : bool
Visit ( ForestLeaf node ) : bool

Method Details

DefaultVisitor() public méthode

public DefaultVisitor ( ForestInternal root ) : System
root ForestInternal
Résultat System

Visit() public méthode

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

Visit() public méthode

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