public class SymbolicExecutionVisitor extends SubscriptionVisitor
context| Constructor and Description |
|---|
SymbolicExecutionVisitor(List<JavaFileScanner> executableScanners) |
| Modifier and Type | Method and Description |
|---|---|
MethodBehavior |
execute(MethodTree methodTree) |
List<Tree.Kind> |
nodesToVisit() |
void |
visitNode(Tree tree) |
hasSemantic, leaveNode, scanFile, scanTree, visitToken, visitTriviapublic SymbolicExecutionVisitor(List<JavaFileScanner> executableScanners)
public List<Tree.Kind> nodesToVisit()
nodesToVisit in class SubscriptionVisitorpublic void visitNode(Tree tree)
visitNode in class SubscriptionVisitor@CheckForNull public MethodBehavior execute(MethodTree methodTree)
Copyright © 2012–2017 SonarSource. All rights reserved.