Klasse InterTypeMethodDeclarationImpl
java.lang.Object
org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
org.aspectj.internal.lang.reflect.InterTypeMethodDeclarationImpl
- Alle implementierten Schnittstellen:
InterTypeDeclaration,InterTypeMethodDeclaration
public class InterTypeMethodDeclarationImpl
extends InterTypeDeclarationImpl
implements InterTypeMethodDeclaration
- Autor:
- colyer
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
targetTypeName -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInterTypeMethodDeclarationImpl(AjType<?> decType, String target, int mods, String name, Method itdInterMethod) InterTypeMethodDeclarationImpl(AjType<?> decType, AjType<?> targetType, Method base, int modifiers) -
Methodenübersicht
Von Klasse geerbte Methoden org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
getDeclaringType, getModifiers, getTargetTypeVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden org.aspectj.lang.reflect.InterTypeDeclaration
getDeclaringType, getModifiers, getTargetType
-
Konstruktordetails
-
InterTypeMethodDeclarationImpl
-
InterTypeMethodDeclarationImpl
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleInterTypeMethodDeclaration- Gibt zurück:
- the name of this method
-
getReturnType
- Angegeben von:
getReturnTypein SchnittstelleInterTypeMethodDeclaration- Gibt zurück:
- the method return type
-
getGenericReturnType
- Angegeben von:
getGenericReturnTypein SchnittstelleInterTypeMethodDeclaration- Gibt zurück:
- the generic return type
-
getParameterTypes
- Angegeben von:
getParameterTypesin SchnittstelleInterTypeMethodDeclaration- Gibt zurück:
- the method parameters
-
getGenericParameterTypes
- Angegeben von:
getGenericParameterTypesin SchnittstelleInterTypeMethodDeclaration- Gibt zurück:
- the generic method parameters
-
getTypeParameters
- Angegeben von:
getTypeParametersin SchnittstelleInterTypeMethodDeclaration- Gibt zurück:
- the type variables declared by this method
-
getExceptionTypes
- Angegeben von:
getExceptionTypesin SchnittstelleInterTypeMethodDeclaration- Gibt zurück:
- the declared exceptions thrown by this method
-
toString
-