Package org.aspectj.lang.reflect
Interface InterTypeFieldDeclaration
-
- All Superinterfaces:
InterTypeDeclaration
- All Known Implementing Classes:
InterTypeFieldDeclarationImpl
public interface InterTypeFieldDeclaration extends InterTypeDeclaration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypegetGenericType()StringgetName()AjType<?>getType()-
Methods inherited from interface org.aspectj.lang.reflect.InterTypeDeclaration
getDeclaringType, getModifiers, getTargetType
-
-