Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.core.dom.IMethodBinding
Packages, die IMethodBinding verwenden
Package
Beschreibung
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
Provides a set of tools and utilities for manipulating .class files and Java model elements.
-
Verwendungen von IMethodBinding in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom, die IMethodBinding zurückgebenModifizierer und TypMethodeBeschreibungITypeBinding.getDeclaredMethods()Returns a list of method bindings representing all the methods and constructors declared for this class, interface, enum, or annotation type.ITypeBinding.getDeclaringMethod()Returns the method binding representing the method that declares this binding of a local type or type variable.IVariableBinding.getDeclaringMethod()Returns the method binding representing the method containing the scope in which this local variable is declared.ITypeBinding.getFunctionalInterfaceMethod()Returns the single abstract method that constitutes the single function contract (aside from any redeclarations of methods ofjava.lang.Object) of the receiver interface type ornullif there is no such contract or if the receiver is not an interface.IMemberValuePairBinding.getMethodBinding()Returns the method binding corresponding to the named annotation type member.IMethodBinding.getMethodDeclaration()Returns the binding for the method declaration corresponding to this method binding.AnnotationTypeMemberDeclaration.resolveBinding()Resolves and returns the binding for the annotation type member declared in this declaration.DeclareDeclaration.resolveBinding()Resolves and returns the binding for the method or constructor declared in this method or constructor declaration.MethodDeclaration.resolveBinding()Resolves and returns the binding for the method or constructor declared in this method or constructor declaration.ClassInstanceCreation.resolveConstructorBinding()Resolves and returns the binding for the constructor invoked by this expression.ConstructorInvocation.resolveConstructorBinding()Resolves and returns the binding for the constructor invoked by this expression.EnumConstantDeclaration.resolveConstructorBinding()Resolves and returns the binding for the constructor invoked by this enum constant.SuperConstructorInvocation.resolveConstructorBinding()Resolves and returns the binding for the constructor invoked by this expression.LambdaExpression.resolveMethodBinding()Resolves and returns the binding for the lambda expressionMethodInvocation.resolveMethodBinding()Resolves and returns the binding for the method invoked by this expression.MethodReference.resolveMethodBinding()Resolves and returns the binding for the method referenced by this method reference expression.SuperMethodInvocation.resolveMethodBinding()Resolves and returns the binding for the method invoked by this expression.Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ IMethodBindingModifizierer und TypMethodeBeschreibungbooleanIMethodBinding.isSubsignature(IMethodBinding otherMethod) Returns whether this method's signature is a subsignature of the given method as specified in section 8.4.2 of The Java Language Specification, Third Edition (JLS3).booleanIMethodBinding.overrides(IMethodBinding method) Returns whether this method overrides the given method, as specified in section 8.4.8.1 of The Java Language Specification, Third Edition (JLS3). -
Verwendungen von IMethodBinding in org.aspectj.org.eclipse.jdt.core.util
Methoden in org.aspectj.org.eclipse.jdt.core.util mit Parametern vom Typ IMethodBindingModifizierer und TypMethodeBeschreibungstatic StringExternalAnnotationUtil.extractGenericSignature(IMethodBinding methodBinding) Answer the give method's signature in class file format.