C# 클래스 Reko.Analysis.ValueNumbering.Node

Represents a node in the SSA node graph. All edges are to operands used to compute this node.
파일 보기 프로젝트 열기: uxmal/reko

공개 프로퍼티들

프로퍼티 타입 설명
DfsNumber int
Visited bool
definingExpr Expression
info Reko.Analysis.SsaIdentifier
low int
lvalue Expression
vn Expression

공개 메소드들

메소드 설명
Node ( Reko.Analysis.SsaIdentifier info ) : Reko.Core

메소드 상세

Node() 공개 메소드

public Node ( Reko.Analysis.SsaIdentifier info ) : Reko.Core
info Reko.Analysis.SsaIdentifier
리턴 Reko.Core

프로퍼티 상세

DfsNumber 공개적으로 프로퍼티

public int DfsNumber
리턴 int

Visited 공개적으로 프로퍼티

public bool Visited
리턴 bool

definingExpr 공개적으로 프로퍼티

public Expression definingExpr
리턴 Expression

info 공개적으로 프로퍼티

public SsaIdentifier,Reko.Analysis info
리턴 Reko.Analysis.SsaIdentifier

low 공개적으로 프로퍼티

public int low
리턴 int

lvalue 공개적으로 프로퍼티

public Expression lvalue
리턴 Expression

vn 공개적으로 프로퍼티

public Expression vn
리턴 Expression