| Constructor and Description |
|---|
TiClass(String name,
String package_,
Collection<IClass> _super,
Collection<IFeature> features,
List<IMethod> methods) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IClass> |
getExtends() |
IFeature |
getFeature(String name) |
Collection<IFeature> |
getFeatures() |
IMethod |
getMethod(String name) |
Collection<IMethod> |
getMethods() |
String |
getName() |
String |
getQualifiedName() |
boolean |
isSubtypeOf(IType anotherType) |
boolean |
isSubtypeOf(String qualifiedName) |
String |
toString() |
public TiClass(String name, String package_, Collection<IClass> _super, Collection<IFeature> features, List<IMethod> methods)
public String getQualifiedName()
getQualifiedName in interface IClasspublic Collection<IClass> getExtends()
getExtends in interface IClasspublic Collection<IFeature> getFeatures()
getFeatures in interface IClasspublic Collection<IMethod> getMethods()
getMethods in interface IClasspublic IFeature getFeature(String name)
getFeature in interface IClasspublic boolean isSubtypeOf(String qualifiedName)
isSubtypeOf in interface IClasspublic boolean isSubtypeOf(IType anotherType)
isSubtypeOf in interface ITypeCopyright © 2014. All rights reserved.