public class SymbolicExecution extends Object
| Constructor and Description |
|---|
SymbolicExecution(Scope functionScope,
ControlFlowGraph cfg,
List<SeCheck> checks) |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
getReturnConstraint() |
Symbol |
trackedVariable(Tree tree) |
void |
visitCfg(ProgramState initialStateWithParameters) |
public SymbolicExecution(Scope functionScope, ControlFlowGraph cfg, List<SeCheck> checks)
public void visitCfg(ProgramState initialStateWithParameters)
public Constraint getReturnConstraint()
@CheckForNull public Symbol trackedVariable(Tree tree)
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.