public class InterTypeDeclarationImpl extends java.lang.Object implements InterTypeDeclaration
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
targetTypeName |
| Constructor and Description |
|---|
InterTypeDeclarationImpl(AjType<?> decType,
AjType<?> targetType,
int mods) |
InterTypeDeclarationImpl(AjType<?> decType,
java.lang.String target,
int mods) |
| Modifier and Type | Method and Description |
|---|---|
AjType<?> |
getDeclaringType() |
int |
getModifiers() |
AjType<?> |
getTargetType() |
public InterTypeDeclarationImpl(AjType<?> decType, java.lang.String target, int mods)
public AjType<?> getDeclaringType()
getDeclaringType in interface InterTypeDeclarationpublic AjType<?> getTargetType() throws java.lang.ClassNotFoundException
getTargetType in interface InterTypeDeclarationjava.lang.ClassNotFoundException - if the type cannot be foundpublic int getModifiers()
getModifiers in interface InterTypeDeclaration