Eclipse JDT
Release 3.0

Uses of Interface
org.eclipse.jdt.core.dom.IMethodBinding

Packages that use IMethodBinding
org.eclipse.jdt.core.dom The Java DOM/AST is the set of classes that model the source code of a Java program as a structured document.  
org.eclipse.jdt.ui Application programming interfaces for interaction with the Eclipse Java User Interface.  
 

Uses of IMethodBinding in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return IMethodBinding
 IMethodBinding ConstructorInvocation.resolveConstructorBinding()
          Resolves and returns the binding for the constructor invoked by this expression.
 IMethodBinding MethodDeclaration.resolveBinding()
          Resolves and returns the binding for the method or constructor declared in this method or constructor declaration.
 IMethodBinding MethodInvocation.resolveMethodBinding()
          Resolves and returns the binding for the method invoked by this expression.
 IMethodBinding SuperConstructorInvocation.resolveConstructorBinding()
          Resolves and returns the binding for the constructor invoked by this expression.
 IMethodBinding SuperMethodInvocation.resolveMethodBinding()
          Resolves and returns the binding for the method invoked by this expression.
 IMethodBinding ClassInstanceCreation.resolveConstructorBinding()
          Resolves and returns the binding for the constructor invoked by this expression.
 IMethodBinding[] ITypeBinding.getDeclaredMethods()
          Returns a list of method bindings representing all the methods and constructors declared for this class, interface, or enum.
 

Uses of IMethodBinding in org.eclipse.jdt.ui
 

Methods in org.eclipse.jdt.ui with parameters of type IMethodBinding
static String CodeGeneration.getMethodComment(ICompilationUnit cu, String declaringTypeName, MethodDeclaration decl, IMethodBinding overridden, String lineDelimiter)
          Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method).
 


Eclipse JDT
Release 3.0

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