JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.core.ISourceReference

Packages that use ISourceReference
org.eclipse.wst.jsdt.core   
org.eclipse.wst.jsdt.ui.text.folding   
 

Uses of ISourceReference in org.eclipse.wst.jsdt.core
 

Subinterfaces of ISourceReference 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 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 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 ITypeRoot
          Represents an entire JavaScript type root (either an IJavaScriptUnit or an IClassFile).
 

Uses of ISourceReference in org.eclipse.wst.jsdt.ui.text.folding
 

Methods in org.eclipse.wst.jsdt.ui.text.folding with parameters of type ISourceReference
protected  IRegion[] DefaultJavaFoldingStructureProvider.computeProjectionRanges(ISourceReference reference, DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext ctx)
          Computes the projection ranges for a given ISourceReference.
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.