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
AST
BinaryOp
C# Class AST.BinaryOp
Binary operator: Left op Right
Inheritance:
Expr
ファイルを表示
Open project: phisiart/C-Compiler
Class Usage Examples
Protected Methods
Method
Description
BinaryOp
(
Expr
left
,
Expr
right
) :
System
Method Details
BinaryOp()
protected
method
protected
BinaryOp
(
Expr
left
,
Expr
right
) :
System
left
Expr
right
Expr
return
System