Klasse JavaSearchMethodNameMatch
java.lang.Object
org.aspectj.org.eclipse.jdt.core.search.MethodNameMatch
org.aspectj.org.eclipse.jdt.internal.core.search.JavaSearchMethodNameMatch
Java Search concrete class for a method name match.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintReturns the accessibility of the declaring type of the method name matchReturns a java model method handle.intReturns the modifiers of the matched method.voidsetAccessibility(int accessibility) toString()
-
Konstruktordetails
-
JavaSearchMethodNameMatch
-
-
Methodendetails
-
getAccessibility
public int getAccessibility()Beschreibung aus Klasse kopiert:MethodNameMatchReturns the accessibility of the declaring type of the method name match- Angegeben von:
getAccessibilityin KlasseMethodNameMatch- Gibt zurück:
- the accessibility of the declaring type of the method name which may be
IAccessRule.K_ACCESSIBLE,IAccessRule.K_DISCOURAGEDorIAccessRule.K_NON_ACCESSIBLE. The default returned value isIAccessRule.K_ACCESSIBLE. - Siehe auch:
-
getModifiers
public int getModifiers()Beschreibung aus Klasse kopiert:MethodNameMatchReturns the modifiers of the matched method.This is a handle-only method as neither Java Model nor classpath initialization is done while calling this method.
- Angegeben von:
getModifiersin KlasseMethodNameMatch- Gibt zurück:
- the type modifiers
-
getMethod
Beschreibung aus Klasse kopiert:MethodNameMatchReturns a java model method handle. This handle may exist or not, but is not supposed to benull.This is a handle-only method as neither Java Model nor classpath initializations are done while calling this method.
- Angegeben von:
getMethodin KlasseMethodNameMatch- Gibt zurück:
- the non-null handle on matched java model method.
- Siehe auch:
-
setAccessibility
public void setAccessibility(int accessibility) -
toString
-