public final class SWCFileScopeProvider extends Object implements IFileScopeProvider
ASFileScope
objects for byte code in SWC library. The result
is used by ABCScopeBuilder
.Modifier and Type | Class and Description |
---|---|
static class |
SWCFileScopeProvider.SWCFileScope
This class is able to resolve the source file path of a given QName
defined in a SWC library, if the source directory is set for that SWC
library.
|
Modifier and Type | Method and Description |
---|---|
ASFileScope |
createFileScope(IWorkspace workspace,
String filePath)
Create an
ASFileScope object. |
static SWCFileScopeProvider |
getInstance() |
public static SWCFileScopeProvider getInstance()
public ASFileScope createFileScope(IWorkspace workspace, String filePath)
IFileScopeProvider
ASFileScope
object.createFileScope
in interface IFileScopeProvider
workspace
- workspacefilePath
- path of the file that contains this file scopeCopyright © 2016 The Apache Software Foundation. All rights reserved.