Class NodejsRequiredCoreModule
java.lang.Object
com.ibm.wala.classLoader.FileModule
com.ibm.wala.classLoader.SourceFileModule
com.ibm.wala.cast.js.nodejs.NodejsRequiredSourceModule
com.ibm.wala.cast.js.nodejs.NodejsRequiredCoreModule
- All Implemented Interfaces:
Module
,ModuleEntry
,SourceModule
- Author:
- Brian Pfretzschner <brian.pfretzschner@gmail.com>
-
Constructor Summary
ModifierConstructorDescriptionprotected
NodejsRequiredCoreModule
(File f, SourceFileModule clonedFrom) -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isCoreModule
(String name) static NodejsRequiredCoreModule
Methods inherited from class com.ibm.wala.cast.js.nodejs.NodejsRequiredSourceModule
convertFileToClassName, getClassName, getInputStream, getName, make
Methods inherited from class com.ibm.wala.classLoader.SourceFileModule
getInputReader, getURL, isClassFile, isSourceFile, toString
Methods inherited from class com.ibm.wala.classLoader.FileModule
asModule, equals, getAbsolutePath, getContainer, getEntries, getFile, hashCode, isModuleFile
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.ibm.wala.classLoader.Module
getEntries
Methods inherited from interface com.ibm.wala.classLoader.ModuleEntry
asModule, getContainer, isModuleFile
-
Constructor Details
-
NodejsRequiredCoreModule
- Throws:
IOException
-
-
Method Details
-
make
- Throws:
IOException
-
isCoreModule
-