Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
SyntaxTree
Node
C# Class SyntaxTree.Node
The base class for every node of the Abstract Syntax Tree.
Exibir arquivo
Open project: YourLocalFax/OLD-Score
Public Methods
Method
Description
Accept
(
IAstVisitor
visitor
) :
void
Method Details
Accept()
public
abstract
method
public
abstract
Accept
(
IAstVisitor
visitor
) :
void
visitor
IAstVisitor
return
void