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

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

Constructors in com.thoughtworks.qdox.model with parameters of type Type
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)
           
JavaMethod(Type returns, java.lang.String name)
           
JavaField(Type type, java.lang.String name)
           
 



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