public class InterTypeFieldDeclarationImpl extends InterTypeDeclarationImpl implements InterTypeFieldDeclaration
targetTypeName| Constructor and Description |
|---|
InterTypeFieldDeclarationImpl(AjType<?> decType,
AjType<?> targetType,
java.lang.reflect.Field base) |
InterTypeFieldDeclarationImpl(AjType<?> decType,
java.lang.String target,
int mods,
java.lang.String name,
AjType<?> type,
java.lang.reflect.Type genericType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Type |
getGenericType() |
java.lang.String |
getName() |
AjType<?> |
getType() |
java.lang.String |
toString() |
getDeclaringType, getModifiers, getTargetTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDeclaringType, getModifiers, getTargetTypepublic InterTypeFieldDeclarationImpl(AjType<?> decType, java.lang.String target, int mods, java.lang.String name, AjType<?> type, java.lang.reflect.Type genericType)
public java.lang.String getName()
getName in interface InterTypeFieldDeclarationpublic AjType<?> getType()
getType in interface InterTypeFieldDeclarationpublic java.lang.reflect.Type getGenericType()
getGenericType in interface InterTypeFieldDeclarationpublic java.lang.String toString()
toString in class java.lang.Object