C# Class PHPAnalysis.Analysis.CFG.VariableResolveResult

Show file Open project: jtvn/Eir-CTLLTL

Public Properties

Property Type Description
IsNew bool
Variable Variable

Public Methods

Method Description
VariableResolveResult ( Variable var, bool isNew = false ) : System

Method Details

VariableResolveResult() public method

public VariableResolveResult ( Variable var, bool isNew = false ) : System
var Variable
isNew bool
return System

Property Details

IsNew public property

public bool IsNew
return bool

Variable public property

public Variable Variable
return Variable