Statement


Constructors

No public constructors defined

Methods

List<String>   GetReferencedVariableNames(Statement s,Boolean onlyTopLevel) stability index:1
Return Value: none
Returns the names of the variables that have been referenced in the statement
s
Statement whose variable names to be got.
onlyTopLevel
Bool to check if required to return reference variables in sub statements as well
List<String>   GetDefinedVariableNames(Statement s,Boolean onlyTopLevel) stability index:1
Return Value: none
Returns the names of the variables that have been declared in the statement
s
Statement whose variable names to be got.
onlyTopLevel
Bool to check if required to return reference variables in sub statements as well

Properties

No public properties defined

Events

No public events defined