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