| Interface | Description |
|---|---|
| IVariableUseFilter |
Interface for filters that filter variable uses within token lists for some
criteria.
|
| Class | Description |
|---|---|
| CLikeVariableUseExtractor |
A variable use extractor extracts uses of variables from token streams.
|
| CSVariableUseExtractor |
A variable use extractor that considers string interpolation, feature that is
specific for C#.
|
| VariableReadFilter |
Filters for variable uses that read the variable's value.
|
| VariableWriteFilter |
Filters for variable uses that write the variable's value.
|