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
- Author:
- colyer
-
Field Summary
Fields inherited from class InterTypeDeclarationImpl
targetTypeName -
Constructor Summary
ConstructorsConstructorDescriptionInterTypeFieldDeclarationImpl(AjType<?> decType, String target, int mods, String name, AjType<?> type, Type genericType) InterTypeFieldDeclarationImpl(AjType<?> decType, AjType<?> targetType, Field base) -
Method Summary
Methods inherited from class InterTypeDeclarationImpl
getDeclaringType, getModifiers, getTargetTypeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface InterTypeDeclaration
getDeclaringType, getModifiers, getTargetType
-
Constructor Details
-
InterTypeFieldDeclarationImpl
-
InterTypeFieldDeclarationImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceInterTypeFieldDeclaration- Returns:
- the field name
-
getType
- Specified by:
getTypein interfaceInterTypeFieldDeclaration- Returns:
- the field type
-
getGenericType
- Specified by:
getGenericTypein interfaceInterTypeFieldDeclaration- Returns:
- the generic field type
-
toString
-