public class DeclareParentsImpl extends Object implements DeclareParents
| Constructor and Description |
|---|
DeclareParentsImpl(String targets,
String parentsAsString,
boolean isExtends,
AjType<?> declaring) |
| Modifier and Type | Method and Description |
|---|---|
AjType |
getDeclaringType() |
Type[] |
getParentTypes() |
TypePattern |
getTargetTypesPattern() |
boolean |
isExtends() |
boolean |
isImplements() |
String |
toString() |
public AjType getDeclaringType()
getDeclaringType in interface DeclareParentspublic TypePattern getTargetTypesPattern()
getTargetTypesPattern in interface DeclareParentspublic boolean isExtends()
isExtends in interface DeclareParentspublic boolean isImplements()
isImplements in interface DeclareParentspublic Type[] getParentTypes() throws ClassNotFoundException
getParentTypes in interface DeclareParentsClassNotFoundException - if any types cannot be foundCopyright © 2019. All rights reserved.