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.getSuperClass()
           
 Type[] JavaClass.getImplements()
           
 Type JavaClass.asType()
           
static Type Type.createUnresolved(java.lang.String name, int dimensions, JavaClassParent context)
           
 Type JavaMethod.getReturns()
           
 Type[] JavaMethod.getExceptions()
           
 Type JavaMethod.getPropertyType()
           
 Type JavaField.getType()
           
 Type BeanProperty.getType()
           
 Type Annotation.getType()
           
 Type JavaParameter.getType()
           
 

Methods in com.thoughtworks.qdox.model with parameters of type Type
 void JavaClass.setSuperClass(Type type)
           
 void JavaClass.setImplementz(Type[] implementz)
           
 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.setReturns(Type returns)
           
 void JavaMethod.setExceptions(Type[] exceptions)
           
 boolean JavaMethod.signatureMatches(java.lang.String name, Type[] parameterTypes)
           
 void JavaField.setType(Type type)
           
 void BeanProperty.setType(Type type)
           
 

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



Copyright © 2002-2007 ThoughtWorks, Inc. All Rights Reserved.