Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.core.IMethod
Packages, die IMethod verwenden
Package
Beschreibung
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.
-
Verwendungen von IMethod in org.aspectj.org.eclipse.jdt.core
Methoden in org.aspectj.org.eclipse.jdt.core, die IMethod zurückgebenModifizierer und TypMethodeBeschreibungIType.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.Methoden in org.aspectj.org.eclipse.jdt.core mit Parametern vom Typ IMethodModifizierer und TypMethodeBeschreibungIMethod[]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. -
Verwendungen von IMethod in org.aspectj.org.eclipse.jdt.core.search
Methoden in org.aspectj.org.eclipse.jdt.core.search, die IMethod zurückgebenModifizierer und TypMethodeBeschreibungabstract IMethodMethodNameMatch.getMethod()Returns a java model method handle.Methoden in org.aspectj.org.eclipse.jdt.core.search mit Parametern vom Typ IMethodModifizierer und TypMethodeBeschreibungstatic MethodNameMatchSearchEngine.createMethodNameMatch(IMethod method, int modifiers) Create a method name match on a given method with specific modifiers. -
Verwendungen von IMethod in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Klassen in org.aspectj.org.eclipse.jdt.internal.codeassist.impl, die IMethod implementierenMethoden in org.aspectj.org.eclipse.jdt.internal.codeassist.impl, die IMethod zurückgeben -
Verwendungen von IMethod in org.aspectj.org.eclipse.jdt.internal.core
Klassen in org.aspectj.org.eclipse.jdt.internal.core, die IMethod implementierenModifizierer und TypKlasseBeschreibungclassclassclassclassHandle representing a binary method that is resolved.classHandle representing a source method that is resolved.classFelder in org.aspectj.org.eclipse.jdt.internal.core, die deklariert sind als IMethodModifizierer und TypFeldBeschreibungprotected static final IMethod[]JavaElementRequestor.EMPTY_METHOD_ARRAYMethoden in org.aspectj.org.eclipse.jdt.internal.core, die IMethod zurückgebenModifizierer und TypMethodeBeschreibungBinaryType.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()Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IMethodModifizierer und TypMethodeBeschreibungvoidIJavaElementRequestor.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) booleanbooleanprotected voidSourceMapper.setMethodParameterNames(IMethod method, char[][] parameterNames) Sets the mapping for this method to its parameter names. -
Verwendungen von IMethod in org.aspectj.org.eclipse.jdt.internal.core.search
Methoden in org.aspectj.org.eclipse.jdt.internal.core.search, die IMethod zurückgebenMethoden in org.aspectj.org.eclipse.jdt.internal.core.search mit Parametern vom Typ IMethodModifizierer und TypMethodeBeschreibungstatic MethodNameMatchBasicSearchEngine.createMethodNameMatch(IMethod method, int modifiers) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core.search mit Parametern vom Typ IMethod -
Verwendungen von IMethod in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core.search.matching mit Parametern vom Typ IMethodModifiziererKonstruktorBeschreibungConstructorPattern(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) -
Verwendungen von IMethod in org.aspectj.org.eclipse.jdt.internal.core.util
Methoden in org.aspectj.org.eclipse.jdt.internal.core.util, die IMethod zurückgebenModifizierer und TypMethodeBeschreibungstatic 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.Methoden in org.aspectj.org.eclipse.jdt.internal.core.util mit Parametern vom Typ IMethod