Class FilteredFlowGraphBuilder
- java.lang.Object
-
- com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.FlowGraphBuilder
-
- com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.FilteredFlowGraphBuilder
-
public class FilteredFlowGraphBuilder extends FlowGraphBuilder
-
-
Constructor Summary
Constructors Constructor Description FilteredFlowGraphBuilder(com.ibm.wala.ipa.cha.IClassHierarchy cha, com.ibm.wala.ipa.callgraph.IAnalysisCacheView cache, boolean fullPointerAnalysis, java.util.function.Function<com.ibm.wala.classLoader.IMethod,java.lang.Boolean> filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisitFunction(FlowGraph flowgraph, com.ibm.wala.classLoader.IMethod method)-
Methods inherited from class com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.FlowGraphBuilder
buildFlowGraph, visitProgram
-
-
-
-
Method Detail
-
visitFunction
public void visitFunction(FlowGraph flowgraph, com.ibm.wala.classLoader.IMethod method)
- Overrides:
visitFunctionin classFlowGraphBuilder
-
-