Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SyntaxTree
NodeBool
C# Class SyntaxTree.NodeBool
Represents a bool literal.
Inheritance:
NodeExpr
ファイルを表示
Open project: YourLocalFax/OLD-Score
Class Usage Examples
Public Methods
Method
Description
Accept
(
IAstVisitor
visitor
) :
void
NodeBool
(
Token
token
) :
Lex
Method Details
Accept()
public
method
public
Accept
(
IAstVisitor
visitor
) :
void
visitor
IAstVisitor
return
void
NodeBool()
public
method
public
NodeBool
(
Token
token
) :
Lex
token
Lex.Token
return
Lex