|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILookupScope | |
---|---|
org.eclipse.wst.jsdt.core |
Uses of ILookupScope in org.eclipse.wst.jsdt.core |
---|
Subinterfaces of ILookupScope in org.eclipse.wst.jsdt.core | |
---|---|
interface |
IClassFile
Represents an entire non-editable JavaScript file. |
interface |
IField
Represents a field declared in a type or a var declared at the file scope. |
interface |
IFunction
Represents a function or a method (or constructor) declared in a type. |
interface |
IImportContainer
Represents an import container is a child of a JavaScript unit that contains all (and only) the import declarations. |
interface |
IImportDeclaration
Represents an import declaration in JavaScript unit. |
interface |
IInitializer
Represents a stand-alone instance or class (static) initializer in a type. |
interface |
IJavaScriptElement
Common protocol for all elements provided by the JavaScript model. |
interface |
IJavaScriptModel
Represent the root JavaScript element corresponding to the workspace. |
interface |
IJavaScriptProject
A JavaScript project represents a view of a project resource in terms of JavaScript elements such as package fragments, types, methods and fields. |
interface |
IJavaScriptUnit
Represents an entire JavaScript file (source file with one of the JavaScript-like extensions ). |
interface |
ILocalVariable
Represents a local variable declared in a method.. |
interface |
IMember
Common protocol for JavaScript elements that can be members of javaScript files or types. |
interface |
IPackageDeclaration
Represents a package declaration in JavaScript compilation unit. |
interface |
IPackageFragment
A package fragment (or source folder) is a portion of the workspace corresponding to an entire package, or to a portion thereof. |
interface |
IPackageFragmentRoot
A package fragment root (or source folder root) contains a set of source folders (package fragments). |
interface |
IType
Represents a source type in a JavaScript file (either a top-level type, a member type, or a local type) The children are of type IMember , which includes IField ,
IFunction , IInitializer and IType . |
interface |
ITypeParameter
Represents a type parameter defined by a type of a method in a compilation unit or a class file. |
interface |
ITypeRoot
Represents an entire JavaScript type root (either an IJavaScriptUnit
or an IClassFile ). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |