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
Reko
Evaluation
ConstConstBin_Rule
C# Class Reko.Evaluation.ConstConstBin_Rule
Matches a binOp with two constant parameters, which usually is easily simplified.
ファイルを表示
Open project: uxmal/reko
Class Usage Examples
Public Methods
Method
Description
Match
(
BinaryExpression
binExp
) :
bool
Transform
( ) :
Expression
Method Details
Match()
public
method
public
Match
(
BinaryExpression
binExp
) :
bool
binExp
BinaryExpression
return
bool
Transform()
public
method
public
Transform
( ) :
Expression
return
Expression