Class EclipseWebProjectPath
java.lang.Object
com.ibm.wala.ide.util.EclipseProjectPath<org.eclipse.wst.jsdt.core.IIncludePathEntry, org.eclipse.wst.jsdt.core.IJavaScriptProject>
com.ibm.wala.ide.util.JavaScriptEclipseProjectPath
com.ibm.wala.ide.util.EclipseWebProjectPath
-
Nested Class Summary
Nested classes/interfaces inherited from class JavaScriptEclipseProjectPath
JavaScriptEclipseProjectPath.JSLoaderNested classes/interfaces inherited from class EclipseProjectPath
EclipseProjectPath.AnalysisScopeType, EclipseProjectPath.ILoader, EclipseProjectPath.LoaderModifier and TypeClassDescriptionstatic enumstatic interfacestatic enumEclipse projects are modeled with 3 loaders, as described above. -
Field Summary
Fields inherited from class EclipseProjectPath
alreadyResolved, modulesModifier and TypeFieldDescriptionprotected final Collection<org.eclipse.wst.jsdt.core.IIncludePathEntry> Classpath entries that have already been resolved and added to the scope.protected final Map<EclipseProjectPath.ILoader, List<Module>> -
Constructor Summary
ConstructorsConstructorDescriptionEclipseWebProjectPath(Set<Pair<String, org.eclipse.core.runtime.Plugin>> models) -
Method Summary
Modifier and TypeMethodDescriptionstatic EclipseWebProjectPathmake(org.eclipse.wst.jsdt.core.IJavaScriptProject p, Set<Pair<String, org.eclipse.core.runtime.Plugin>> models) protected voidresolveSourcePathEntry(EclipseProjectPath.ILoader loader, boolean includeSource, boolean cpeFromMainProject, org.eclipse.core.runtime.IPath p, org.eclipse.core.runtime.IPath o, org.eclipse.core.runtime.IPath[] excludePaths, String fileExtension) Methods inherited from class JavaScriptEclipseProjectPath
create, makeProject, resolve, resolveClasspathEntry, resolveProjectClasspathEntriesModifier and TypeMethodDescriptionEclipseProjectPath<org.eclipse.wst.jsdt.core.IIncludePathEntry, org.eclipse.wst.jsdt.core.IJavaScriptProject> create(org.eclipse.core.resources.IProject project) protected org.eclipse.wst.jsdt.core.IJavaScriptProjectmakeProject(org.eclipse.core.resources.IProject p) protected org.eclipse.wst.jsdt.core.IIncludePathEntryresolve(org.eclipse.wst.jsdt.core.IIncludePathEntry entry) protected voidresolveClasspathEntry(org.eclipse.wst.jsdt.core.IJavaScriptProject project, org.eclipse.wst.jsdt.core.IIncludePathEntry entry, EclipseProjectPath.ILoader loader, boolean includeSource, boolean cpeFromMainProject) protected voidresolveProjectClasspathEntries(org.eclipse.wst.jsdt.core.IJavaScriptProject project, boolean includeSource) Methods inherited from class EclipseProjectPath
getModules, isPrimordialJarFile, makeAbsolute, resolveClasspathEntries, resolveLibraryPathEntry, resolveProjectPathEntry, toAnalysisScope, toAnalysisScope, toAnalysisScope, toAnalysisScope, toStringModifier and TypeMethodDescriptiongetModules(EclipseProjectPath.ILoader loader) protected booleanstatic org.eclipse.core.runtime.IPathmakeAbsolute(org.eclipse.core.runtime.IPath p) protected voidresolveClasspathEntries(org.eclipse.wst.jsdt.core.IJavaScriptProject project, List<org.eclipse.wst.jsdt.core.IIncludePathEntry> l, EclipseProjectPath.ILoader loader, boolean includeSource, boolean entriesFromTopLevelProject) protected voidresolveLibraryPathEntry(EclipseProjectPath.ILoader loader, org.eclipse.core.runtime.IPath p) protected voidresolveProjectPathEntry(boolean includeSource, org.eclipse.core.runtime.IPath p) toAnalysisScope(AnalysisScope scope) toAnalysisScope(File exclusionsFile) toAnalysisScope(ClassLoader classLoader, File exclusionsFile) Convert this path to a WALA analysis scopetoString()
-
Constructor Details
-
EclipseWebProjectPath
-
-
Method Details
-
make
public static EclipseWebProjectPath make(org.eclipse.wst.jsdt.core.IJavaScriptProject p, Set<Pair<String, org.eclipse.core.runtime.Plugin>> models) throws IOException, org.eclipse.core.runtime.CoreException - Throws:
IOExceptionorg.eclipse.core.runtime.CoreException
-
resolveSourcePathEntry
protected void resolveSourcePathEntry(EclipseProjectPath.ILoader loader, boolean includeSource, boolean cpeFromMainProject, org.eclipse.core.runtime.IPath p, org.eclipse.core.runtime.IPath o, org.eclipse.core.runtime.IPath[] excludePaths, String fileExtension) - Overrides:
resolveSourcePathEntryin classEclipseProjectPath<org.eclipse.wst.jsdt.core.IIncludePathEntry, org.eclipse.wst.jsdt.core.IJavaScriptProject>
-