Klasse InterTypeFieldDeclarationImpl
java.lang.Object
org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
org.aspectj.internal.lang.reflect.InterTypeFieldDeclarationImpl
- Alle implementierten Schnittstellen:
InterTypeDeclaration,InterTypeFieldDeclaration
public class InterTypeFieldDeclarationImpl
extends InterTypeDeclarationImpl
implements InterTypeFieldDeclaration
- Autor:
- colyer
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
targetTypeName -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInterTypeFieldDeclarationImpl(AjType<?> decType, String target, int mods, String name, AjType<?> type, Type genericType) InterTypeFieldDeclarationImpl(AjType<?> decType, AjType<?> targetType, Field base) -
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
-
InterTypeFieldDeclarationImpl
-
InterTypeFieldDeclarationImpl
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleInterTypeFieldDeclaration- Gibt zurück:
- the field name
-
getType
- Angegeben von:
getTypein SchnittstelleInterTypeFieldDeclaration- Gibt zurück:
- the field type
-
getGenericType
- Angegeben von:
getGenericTypein SchnittstelleInterTypeFieldDeclaration- Gibt zurück:
- the generic field type
-
toString
-