Class NodejsCallGraphBuilderUtil
java.lang.Object
com.ibm.wala.cast.ipa.callgraph.CAstCallGraphUtil
com.ibm.wala.cast.js.ipa.callgraph.JSCallGraphUtil
com.ibm.wala.cast.js.nodejs.NodejsCallGraphBuilderUtil
- Author:
- Brian Pfretzschner <brian.pfretzschner@gmail.com>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ibm.wala.cast.js.ipa.callgraph.JSCallGraphUtil
JSCallGraphUtil.Bootstrap
-
Field Summary
Fields inherited from class com.ibm.wala.cast.js.ipa.callgraph.JSCallGraphUtil
translatorFactory
Fields inherited from class com.ibm.wala.cast.ipa.callgraph.CAstCallGraphUtil
AVOID_DUMP
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PropagationCallGraphBuilder
makeCGBuilder
(File mainFile) static PropagationCallGraphBuilder
makeCGBuilder
(File workingDir, File mainFile) Methods inherited from class com.ibm.wala.cast.js.ipa.callgraph.JSCallGraphUtil
getMethodReference, getNodes, getPrologueFile, getTranslatorFactory, loadAdditionalFile, loadAdditionalFile, makeHierarchy, makeHierarchyForScripts, makeLoaders, makeLoaders, makeOptions, makeScriptRoots, setTranslatorFactory, simulateToStringForPropertyNames
Methods inherited from class com.ibm.wala.cast.ipa.callgraph.CAstCallGraphUtil
dumpCG, getShortName, getShortName, handleFileNames, makeCache, makeScope, makeScope, makeSourceModule, makeSourceModule
-
Constructor Details
-
NodejsCallGraphBuilderUtil
public NodejsCallGraphBuilderUtil()
-
-
Method Details
-
makeCGBuilder
public static PropagationCallGraphBuilder makeCGBuilder(File mainFile) throws IOException, IllegalArgumentException, WalaException -
makeCGBuilder
public static PropagationCallGraphBuilder makeCGBuilder(File workingDir, File mainFile) throws IOException, IllegalArgumentException, WalaException
-