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
           
protected  Type JavaMethod.returns
           
 

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 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
JavaParameter(Type type, java.lang.String name)
           
 



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