public class ClassModelImpl extends ExtensibleTypeImpl<ClassModel> implements ClassModel
parent| Constructor and Description |
|---|
ClassModelImpl(String name,
TypeProxy<Type> sink,
TypeProxy parent) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FieldModel> |
getFields()
Returns an unmodifiable collection of fields models that represent all
the declared fields of this classes.
|
protected void |
print(StringBuffer sb)
prints a meaningful string
|
allSubTypes, getFormalTypeParameters, getInterfaces, getParameterizedInterface, getParameterizedInterfaces, getParent, getSimpleName, getStaticFields, isInstanceOf, setFormalTypeParameters, setParent, subTypesgetDefiningURIs, getMethods, getReferences, wasDefinedIngetAnnotation, getAnnotations, getName, isApplicationClass, setApplicationClass, shortDesc, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitallSubTypes, getFormalTypeParameters, getInterfaces, getParameterizedInterface, getParameterizedInterfaces, getParent, getSimpleName, getStaticFields, isInstanceOf, subTypesgetDefiningURIs, getMethods, getReferences, wasDefinedIngetAnnotation, getAnnotations, getName, shortDescpublic Collection<FieldModel> getFields()
ClassModelgetFields in interface ClassModelprotected void print(StringBuffer sb)
ExtensibleTypeImplprint in class ExtensibleTypeImpl<ClassModel>sb - the string buffer to write to.Copyright © 2009–2022 Oracle Corporation. All rights reserved.