Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
CFGLib
Parsers
Forests
ForestVisitors
DefaultVisitor
C# Class CFGLib.Parsers.Forests.ForestVisitors.DefaultVisitor
Inheritance:
IForestVisitor
显示文件
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