Uses of Interface
org.aspectj.org.eclipse.jdt.core.IMethod
Packages that use IMethod
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
Provides support for searching the workspace Java
elements that match a particular description.
-
Uses of IMethod in org.aspectj.org.eclipse.jdt.core
Methods in org.aspectj.org.eclipse.jdt.core that return IMethodModifier and TypeMethodDescriptionIType.createMethod(String contents, IJavaElement sibling, boolean force, org.eclipse.core.runtime.IProgressMonitor monitor) Creates and returns a method or constructor in this type with the given contents.IMethod[]IType.findMethods(IMethod method) Finds the methods in this type that correspond to the given method.Returns the method with the specified name and parameter types in this type (for example,"foo", {"I", "QString;"}).IMethod[]IType.getMethods()Returns the methods and constructors declared by this type.Methods in org.aspectj.org.eclipse.jdt.core with parameters of type IMethodModifier and TypeMethodDescriptionIMethod[]IType.findMethods(IMethod method) Finds the methods in this type that correspond to the given method.booleanReturns whether this method is similar to the given method. -
Uses of IMethod in org.aspectj.org.eclipse.jdt.core.search
Methods in org.aspectj.org.eclipse.jdt.core.search that return IMethodModifier and TypeMethodDescriptionabstract IMethodMethodNameMatch.getMethod()Returns a java model method handle.Methods in org.aspectj.org.eclipse.jdt.core.search with parameters of type IMethodModifier and TypeMethodDescriptionstatic MethodNameMatchSearchEngine.createMethodNameMatch(IMethod method, int modifiers) Create a method name match on a given method with specific modifiers. -
Uses of IMethod in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Classes in org.aspectj.org.eclipse.jdt.internal.codeassist.impl that implement IMethod -
Uses of IMethod in org.aspectj.org.eclipse.jdt.internal.core
Classes in org.aspectj.org.eclipse.jdt.internal.core that implement IMethodModifier and TypeClassDescriptionclassclassclassclassHandle representing a binary method that is resolved.classHandle representing a source method that is resolved.classFields in org.aspectj.org.eclipse.jdt.internal.core declared as IMethodModifier and TypeFieldDescriptionprotected static final IMethod[]JavaElementRequestor.EMPTY_METHOD_ARRAYMethods in org.aspectj.org.eclipse.jdt.internal.core that return IMethodModifier and TypeMethodDescriptionBinaryType.createMethod(String contents, IJavaElement sibling, boolean force, org.eclipse.core.runtime.IProgressMonitor monitor) SourceType.createMethod(String contents, IJavaElement sibling, boolean force, org.eclipse.core.runtime.IProgressMonitor monitor) IMethod[]BinaryType.findMethods(IMethod method) static IMethod[]Member.findMethods(IMethod method, IMethod[] methods) IMethod[]SourceType.findMethods(IMethod method) LambdaExpression.getMethod()IMethod[]BinaryType.getMethods()IMethod[]JavaElementRequestor.getMethods()IMethod[]SourceType.getMethods()Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IMethodModifier and TypeMethodDescriptionvoidIJavaElementRequestor.acceptMethod(IMethod method) voidJavaElementRequestor.acceptMethod(IMethod method) IMethod[]BinaryType.findMethods(IMethod method) static IMethod[]Member.findMethods(IMethod method, IMethod[] methods) IMethod[]SourceType.findMethods(IMethod method) protected StringJavadocContents.getMethodDoc(IMethod child) char[][]SourceMapper.getMethodParameterNames(IMethod method) Returns parameters names for the given method, or null if no parameter names are known for the method.protected IJavaElement[]SourceMapper.getUnqualifiedMethodHandle(IMethod method, boolean noDollar) Creates a handle that has parameter types that are not fully qualified so that the correct source is found.protected booleanMember.isMainMethod(IMethod method) protected booleanMember.isMainMethodCandidate(IMethod method) booleanbooleanprotected voidSourceMapper.setMethodParameterNames(IMethod method, char[][] parameterNames) Sets the mapping for this method to its parameter names. -
Uses of IMethod in org.aspectj.org.eclipse.jdt.internal.core.search
Methods in org.aspectj.org.eclipse.jdt.internal.core.search that return IMethodMethods in org.aspectj.org.eclipse.jdt.internal.core.search with parameters of type IMethodModifier and TypeMethodDescriptionstatic MethodNameMatchBasicSearchEngine.createMethodNameMatch(IMethod method, int modifiers) Constructors in org.aspectj.org.eclipse.jdt.internal.core.search with parameters of type IMethod -
Uses of IMethod in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Constructors in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type IMethodModifierConstructorDescriptionConstructorPattern(char[] declaringSimpleName, char[] declaringQualification, char[][] parameterQualifications, char[][] parameterSimpleNames, String[] parameterSignatures, IMethod method, int limitTo, int matchRule) MethodPattern(char[] selector, char[] declaringQualification, char[] declaringSimpleName, char[] returnQualification, char[] returnSimpleName, String returnSignature, char[][] parameterQualifications, char[][] parameterSimpleNames, String[] parameterSignatures, IMethod method, int limitTo, int matchRule) -
Uses of IMethod in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util that return IMethodModifier and TypeMethodDescriptionstatic IMethodUtil.findMethod(IType type, char[] selector, String[] paramTypeSignatures, boolean isConstructor) Finds the IMethod element corresponding to the given selector, without creating a new dummy instance of a binary method.Methods in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type IMethod