Class InterTypeFieldDeclarationImpl
- java.lang.Object
-
- org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
-
- org.aspectj.internal.lang.reflect.InterTypeFieldDeclarationImpl
-
- All Implemented Interfaces:
InterTypeDeclaration,InterTypeFieldDeclaration
public class InterTypeFieldDeclarationImpl extends InterTypeDeclarationImpl implements InterTypeFieldDeclaration
-
-
Field Summary
-
Fields inherited from class org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
targetTypeName
-
-
Constructor Summary
Constructors Constructor Description InterTypeFieldDeclarationImpl(AjType<?> decType, String target, int mods, String name, AjType<?> type, Type genericType)InterTypeFieldDeclarationImpl(AjType<?> decType, AjType<?> targetType, Field base)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypegetGenericType()StringgetName()AjType<?>getType()StringtoString()-
Methods inherited from class org.aspectj.internal.lang.reflect.InterTypeDeclarationImpl
getDeclaringType, getModifiers, getTargetType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.aspectj.lang.reflect.InterTypeDeclaration
getDeclaringType, getModifiers, getTargetType
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceInterTypeFieldDeclaration
-
getType
public AjType<?> getType()
- Specified by:
getTypein interfaceInterTypeFieldDeclaration
-
getGenericType
public Type getGenericType()
- Specified by:
getGenericTypein interfaceInterTypeFieldDeclaration
-
-