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

Inheritance: IForestVisitor
Show file Open project: ellisonch/CFGLib

Public Methods

Method Description
DefaultVisitor ( ForestInternal root ) : System
Visit ( ForestInternal node ) : bool
Visit ( ForestLeaf node ) : bool

Method Details

DefaultVisitor() public method

public DefaultVisitor ( ForestInternal root ) : System
root ForestInternal
return System

Visit() public method

public Visit ( ForestInternal node ) : bool
node ForestInternal
return bool

Visit() public method

public Visit ( ForestLeaf node ) : bool
node ForestLeaf
return bool