JavaScript Development Tools
Release 3.2

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

Packages that use ISourceManipulation
org.eclipse.wst.jsdt.core   
 

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

Subinterfaces of ISourceManipulation in org.eclipse.wst.jsdt.core
 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 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 IMember
          Common protocol for JavaScript elements that can be members of javaScript files or types.
 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 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.
 


JavaScript Development Tools
Release 3.2

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