Klasse InterTypeConstructorDeclarationImpl
java.lang.Object
org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
org.aspectj.internal.lang.reflect.InterTypeConstructorDeclarationImpl
- Alle implementierten Schnittstellen:
InterTypeConstructorDeclaration,InterTypeDeclaration
public class InterTypeConstructorDeclarationImpl
extends InterTypeDeclarationImpl
implements InterTypeConstructorDeclaration
- Autor:
- colyer
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
targetTypeName -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInterTypeConstructorDeclarationImpl(AjType<?> decType, String target, int mods, Method baseMethod) -
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
-
InterTypeConstructorDeclarationImpl
-
-
Methodendetails
-
getParameterTypes
- Angegeben von:
getParameterTypesin SchnittstelleInterTypeConstructorDeclaration- Gibt zurück:
- the constructor parameters
-
getGenericParameterTypes
- Angegeben von:
getGenericParameterTypesin SchnittstelleInterTypeConstructorDeclaration- Gibt zurück:
- the generic constructor parameters
-
getExceptionTypes
- Angegeben von:
getExceptionTypesin SchnittstelleInterTypeConstructorDeclaration- Gibt zurück:
- the declared exceptions thrown by this constructor
-
toString
-