Method | Description | |
---|---|---|
GetLocalTypeMask ( string varname ) : TypeRefMask |
Gets possible types of a local variable. CFG has to be analysed prior to getting this property. |
|
NewColor ( ) : int |
Gets new (unique) color for use by graph algorithms.
|
|
Visit ( |
Visits control flow blocks and contained statements, in deep. Unreachable blocks are not visited. Visitor does not implement infinite recursion prevention. |
Method | Description | |
---|---|---|
ControlFlowGraph ( |
||
ControlFlowGraph ( BuilderVisitor builder ) : Devsense.PHP.Syntax | ||
ControlFlowGraph ( IList |
public GetLocalTypeMask ( string varname ) : TypeRefMask | ||
varname | string | |
return | TypeRefMask |