Package com.ibm.wala.cast.js.callgraph.fieldbased
-
Class Summary Class Description FieldBasedCallGraphBuilder Abstract call graph builder class for building a call graph from a field-based flow graph.FieldBasedCallGraphBuilder.CallGraphResult Full result of call graph computationJSMethodInstructionVisitor AJSAbstractInstructionVisitorthat 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.