public class LocalVariables extends Object
| Constructor and Description |
|---|
LocalVariables(Scope functionScope,
ControlFlowGraph cfg) |
| Modifier and Type | Method and Description |
|---|---|
Set<Symbol> |
functionParameters()
Subset of
trackableVariables() containing variables which are parameters. |
Set<Symbol> |
trackableVariables()
Local variables which value may be tracked through symbolic execution of the function body.
|
public LocalVariables(Scope functionScope, ControlFlowGraph cfg)
public Set<Symbol> trackableVariables()
public Set<Symbol> functionParameters()
trackableVariables() containing variables which are parameters.Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.