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