| Class | Description |
|---|---|
| FieldBasedCallGraphBuilder |
Abstract call graph builder class for building a call graph from a field-based flow graph.
|
| JSMethodInstructionVisitor |
A
JSAbstractInstructionVisitor that is used to only visit instructions of a single method. |
| OptimisticCallgraphBuilder |
Optimistic call graph builder that propagates inter-procedural data flow iteratively as
call edges are discovered.
|
| PessimisticCallGraphBuilder |
Call graph builder for building pessimistic call graphs, where inter-procedural flows are not
tracked except in the trivial case of local calls.
|
| WorklistBasedOptimisticCallgraphBuilder |
Optimistic call graph builder that propagates inter-procedural data flow iteratively as
call edges are discovered.
|
Copyright © 2017. All rights reserved.