|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
public class TypeImpl
Implementation of the Type abstraction.
| Field Summary |
|---|
| Fields inherited from class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl |
|---|
annotations, name |
| Constructor Summary | |
|---|---|
TypeImpl(ModelBuilder tb)
|
|
| Method Summary | |
|---|---|
java.util.Collection<FieldModel> |
getFieldReferences()
Returns a unmodifiable collection of fields references. |
java.util.Collection<MethodModel> |
getMethods()
Returns an unmodifiable collection of methods that are declared in this type. |
protected void |
print(java.lang.StringBuffer sb)
|
| Methods inherited from class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl |
|---|
getAnnotations, getName, shortDesc, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement |
|---|
getAnnotations, getName, shortDesc |
| Constructor Detail |
|---|
public TypeImpl(ModelBuilder tb)
| Method Detail |
|---|
public java.util.Collection<MethodModel> getMethods()
Type
getMethods in interface Typepublic java.util.Collection<FieldModel> getFieldReferences()
Type
getFieldReferences in interface Typeprotected void print(java.lang.StringBuffer sb)
print in class AnnotatedElementImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||