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
Bike
Ast
AdditiveExpression
C# Class Bike.Ast.AdditiveExpression
Exibir arquivo
Open project: buunguyen/bike
Public Properties
Property
Type
Description
LeftExpression
ExprNode
Operator
TokenType
RightExpression
ExprNode
Public Methods
Method
Description
Accept
(
IWalker
walker
) :
object
Method Details
Accept()
public
method
public
Accept
(
IWalker
walker
) :
object
walker
IWalker
return
object
Property Details
LeftExpression
public_oe property
public
ExprNode,Bike.Ast
LeftExpression
return
ExprNode
Operator
public_oe property
public
TokenType
Operator
return
TokenType
RightExpression
public_oe property
public
ExprNode,Bike.Ast
RightExpression
return
ExprNode