Class PessimisticCallGraphBuilder

java.lang.Object
com.ibm.wala.cast.js.callgraph.fieldbased.FieldBasedCallGraphBuilder
com.ibm.wala.cast.js.callgraph.fieldbased.PessimisticCallGraphBuilder

public class PessimisticCallGraphBuilder extends FieldBasedCallGraphBuilder
Call graph builder for building pessimistic call graphs, where inter-procedural flows are not tracked except in the trivial case of local calls. This builder is fast, but in general less sound than OptimisticCallgraphBuilder.
Author:
mschaefer