C# Класс CFGLib.Parsers.Forests.ForestVisitors.DefaultVisitor

Наследование: IForestVisitor
Показать файл Открыть проект

Открытые методы

Метод Описание
DefaultVisitor ( ForestInternal root ) : System
Visit ( ForestInternal node ) : bool
Visit ( ForestLeaf node ) : bool

Описание методов

DefaultVisitor() публичный Метод

public DefaultVisitor ( ForestInternal root ) : System
root ForestInternal
Результат System

Visit() публичный Метод

public Visit ( ForestInternal node ) : bool
node ForestInternal
Результат bool

Visit() публичный Метод

public Visit ( ForestLeaf node ) : bool
node ForestLeaf
Результат bool