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 JSCallGraphUtil
JSCallGraphUtil.Bootstrap -
Field Summary
Fields inherited from class JSCallGraphUtil
translatorFactoryFields inherited from class CAstCallGraphUtil
AVOID_DUMP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PropagationCallGraphBuildermakeCGBuilder(File mainFile) static PropagationCallGraphBuildermakeCGBuilder(File workingDir, File mainFile) Methods inherited from class JSCallGraphUtil
getMethodReference, getNodes, getPrologueFile, getTranslatorFactory, loadAdditionalFile, loadAdditionalFile, makeHierarchy, makeHierarchyForScripts, makeLoaders, makeLoaders, makeOptions, makeScriptRoots, setTranslatorFactory, simulateToStringForPropertyNamesMethods inherited from class 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
-