JavaScript Development Tools
Release 3.2

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

Packages that use IFunction
org.eclipse.wst.jsdt.core   
org.eclipse.wst.jsdt.ui   
org.eclipse.wst.jsdt.ui.refactoring   
org.eclipse.wst.jsdt.ui.wizards   
 

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

Methods in org.eclipse.wst.jsdt.core that return IFunction
 IFunction IJavaScriptUnit.createMethod(String contents, IJavaScriptElement sibling, boolean force, IProgressMonitor monitor)
          Creates and returns a function in this javaScript file with the given contents.
 IFunction IType.createMethod(String contents, IJavaScriptElement sibling, boolean force, IProgressMonitor monitor)
          Creates and returns a method or constructor in this type with the given contents.
 IFunction[] IJavaScriptUnit.findFunctions(IFunction function)
          Finds the function in this javaScript file that correspond to the given function.
 IFunction[] IType.findMethods(IFunction method)
          Finds the methods in this type that correspond to the given method.
 IFunction IFunctionContainer.getFunction(String name, String[] parameterTypeSignatures)
          Returns the method with the specified name and parameter types in this type (for example, "foo", {"I", "QString;"}).
 IFunction IFunction.getFunction(String selector, String[] parameterTypeSignatures)
           
 IFunction IType.getFunction(String name, String[] parameterTypeSignatures)
          Returns the method with the specified name and parameter types in this type (for example, "foo", {"I", "QString;"}).
 IFunction[] IFunctionContainer.getFunctions()
          Returns the methods and constructors declared by this type or file.
 IFunction[] IType.getFunctions()
          Returns the methods and constructors declared by this type.
 

Methods in org.eclipse.wst.jsdt.core with parameters of type IFunction
 IFunction[] IJavaScriptUnit.findFunctions(IFunction function)
          Finds the function in this javaScript file that correspond to the given function.
 IFunction[] IType.findMethods(IFunction method)
          Finds the methods in this type that correspond to the given method.
 boolean IFunction.isSimilar(IFunction method)
          Returns whether this method is similar to the given method.
 

Uses of IFunction in org.eclipse.wst.jsdt.ui
 

Methods in org.eclipse.wst.jsdt.ui with parameters of type IFunction
static String CodeGeneration.getMethodComment(IFunction method, IFunction overridden, String lineDelimiter)
          Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method).
static String CodeGeneration.getMethodComment(IJavaScriptUnit cu, String declaringTypeName, String methodName, String[] paramNames, String[] excTypeSig, String retTypeSig, IFunction overridden, String lineDelimiter)
          Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method).
static void JavaScriptElementLabels.getMethodLabel(IFunction method, long flags, StringBuffer buf)
          Appends the label for a method to a StringBuffer.
protected  int OverrideIndicatorLabelDecorator.getOverrideIndicators(IFunction method)
          Note: This method is for internal use only.
 

Uses of IFunction in org.eclipse.wst.jsdt.ui.refactoring
 

Methods in org.eclipse.wst.jsdt.ui.refactoring with parameters of type IFunction
static RenameSupport RenameSupport.create(IFunction method, String newName, int flags)
          Creates a new rename support for the given IFunction.
 

Uses of IFunction in org.eclipse.wst.jsdt.ui.wizards
 

Methods in org.eclipse.wst.jsdt.ui.wizards that return IFunction
protected  IFunction[] NewTypeWizardPage.createInheritedMethods(IType type, boolean doConstructors, boolean doUnimplementedMethods, NewTypeWizardPage.ImportsManager imports, IProgressMonitor monitor)
          Creates the bodies of all unimplemented methods and constructors and adds them to the type.
 


JavaScript Development Tools
Release 3.2

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