C# Class Reko.Evaluation.ConstConstBin_Rule

Matches a binOp with two constant parameters, which usually is easily simplified.
Afficher le fichier Open project: uxmal/reko Class Usage Examples

Méthodes publiques

Méthode Description
Match ( BinaryExpression binExp ) : bool
Transform ( ) : Expression

Method Details

Match() public méthode

public Match ( BinaryExpression binExp ) : bool
binExp BinaryExpression
Résultat bool

Transform() public méthode

public Transform ( ) : Expression
Résultat Expression