Uses of Class
com.thoughtworks.qdox.model.Type

Packages that use Type
com.thoughtworks.qdox.model   
 

Uses of Type in com.thoughtworks.qdox.model
 

Fields in com.thoughtworks.qdox.model declared as Type
static Type[] Type.EMPTY_ARRAY
           
static Type Type.VOID
           
 

Methods in com.thoughtworks.qdox.model that return Type
 Type JavaClass.asType()
           
static Type Type.createUnresolved(java.lang.String name, int dimensions, JavaClassParent context)
           
 Type[] JavaMethod.getExceptions()
           
 Type[] JavaClass.getImplements()
           
 Type JavaMethod.getPropertyType()
           
 Type JavaMethod.getReturns()
           
 Type JavaClass.getSuperClass()
           
 Type JavaField.getType()
           
 Type JavaParameter.getType()
           
 Type Annotation.getType()
           
 Type BeanProperty.getType()
           
 

Methods in com.thoughtworks.qdox.model with parameters of type Type
 JavaMethod JavaClass.getMethodBySignature(java.lang.String name, Type[] parameterTypes)
           
 JavaMethod JavaClass.getMethodBySignature(java.lang.String name, Type[] parameterTypes, boolean superclasses)
           
 JavaMethod[] JavaClass.getMethodsBySignature(java.lang.String name, Type[] parameterTypes, boolean superclasses)
           
 boolean Type.isA(Type type)
           
 void JavaMethod.setExceptions(Type[] exceptions)
           
 void JavaClass.setImplementz(Type[] implementz)
           
 void JavaMethod.setReturns(Type returns)
           
 void JavaClass.setSuperClass(Type type)
           
 void JavaField.setType(Type type)
           
 void BeanProperty.setType(Type type)
           
 boolean JavaMethod.signatureMatches(java.lang.String name, Type[] parameterTypes)
           
 

Constructors in com.thoughtworks.qdox.model with parameters of type Type
Annotation(Type type, AbstractJavaEntity context, java.util.Map namedParameters, int lineNumber)
           
JavaField(Type type, java.lang.String name)
           
JavaMethod(Type returns, java.lang.String name)
           
JavaParameter(Type type, java.lang.String name)
           
JavaParameter(Type type, java.lang.String name, boolean varArgs)
           
 



Copyright © 2002-2008. All Rights Reserved.