C# Class PHPAnalysis.Analysis.CFG.VariableResolveResult

Afficher le fichier Open project: jtvn/Eir-CTLLTL

Méthodes publiques

Свойство Type Description
IsNew bool
Variable Variable

Méthodes publiques

Méthode Description
VariableResolveResult ( Variable var, bool isNew = false ) : System

Method Details

VariableResolveResult() public méthode

public VariableResolveResult ( Variable var, bool isNew = false ) : System
var Variable
isNew bool
Résultat System

Property Details

IsNew public_oe property

public bool IsNew
Résultat bool

Variable public_oe property

public Variable Variable
Résultat Variable