C# 클래스 Reko.Evaluation.ConstConstBin_Rule

Matches a binOp with two constant parameters, which usually is easily simplified.
파일 보기 프로젝트 열기: uxmal/reko 1 사용 예제들

공개 메소드들

메소드 설명
Match ( BinaryExpression binExp ) : bool
Transform ( ) : Expression

메소드 상세

Match() 공개 메소드

public Match ( BinaryExpression binExp ) : bool
binExp BinaryExpression
리턴 bool

Transform() 공개 메소드

public Transform ( ) : Expression
리턴 Expression