public abstract class AbstractTypeModel extends Object implements TypeModel
| Constructor and Description |
|---|
AbstractTypeModel() |
| Modifier and Type | Method and Description |
|---|---|
List<TypeModel> |
interfaces() |
boolean |
isComplex() |
boolean |
isMissing() |
boolean |
isPrimitive() |
boolean |
isSimple() |
boolean |
isTypeVariable() |
List<MethodModel> |
methods() |
List<TypeModel> |
parameters() |
List<TypeModel> |
parameterVariables() |
TypeModel |
superClass() |
abstract String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpackageName, simpleName, wrapperpublic List<MethodModel> methods()
public List<TypeModel> interfaces()
interfaces in interface TypeModelpublic TypeModel superClass()
superClass in interface TypeModelpublic List<TypeModel> parameters()
parameters in interface TypeModelpublic List<TypeModel> parameterVariables()
parameterVariables in interface TypeModelpublic boolean isPrimitive()
isPrimitive in interface TypeModelpublic boolean isTypeVariable()
isTypeVariable in interface TypeModelCopyright © 2018. All rights reserved.