C# Class Reko.Evaluation.ConstConstBin_Rule

Matches a binOp with two constant parameters, which usually is easily simplified.
Mostra file 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