C# 클래스 Reko.Analysis.IndirectCallTypeAscender

Pulling type information from the leaves of expression trees to their roots without store it.
상속: ExpressionTypeAscenderBase
파일 보기 프로젝트 열기: uxmal/reko 1 사용 예제들

공개 메소드들

메소드 설명
IndirectCallTypeAscender ( Program program ) : System

보호된 메소드들

메소드 설명
EnsureDataType ( DataType dt, Expression exp ) : DataType
RecordDataType ( DataType dt, Expression exp ) : DataType

메소드 상세

EnsureDataType() 보호된 메소드

protected EnsureDataType ( DataType dt, Expression exp ) : DataType
dt DataType
exp Expression
리턴 DataType

IndirectCallTypeAscender() 공개 메소드

public IndirectCallTypeAscender ( Program program ) : System
program Program
리턴 System

RecordDataType() 보호된 메소드

protected RecordDataType ( DataType dt, Expression exp ) : DataType
dt DataType
exp Expression
리턴 DataType